Html Css Color HEX #300B91 Persian Indigo

📋 copy color: '#300B91'

red 48 ◦ green 11 ◦ blue 145

#300B91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #300B91

Tints of Persian Indigo #300B91

RGB

 RED value IS 48 (19.14% from 255) = 23.53%

 GREEN value IS 11 (4.69% from 255) = 5.39%

 BLUE value IS 145 (57.03% from 255) = 71.08%

R = 23.53%
G = 5.39%
B = 71.08%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#300B91 (or 0x300B91) is known color: Persian Indigo. HEX triplet: 30, 0B and 91. RGB value is (48,11,145). Sum of RGB (Red+Green+Blue) = 48+11+145=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #300B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300B91 is #CFF46E. Grayscale: #242424. Windows color (decimal): -13628527 or 9505584. OLE color: 9505584.

HSL color Cylindrical-coordinate representation of color #300B91: hue angle of 256.57º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300B91 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 11 145 -
CMYK 0.67 0.92 0 0.43
HSL 256.57º 0.86% 0.31% -
HSV(B) 256.57º 0.92% 0.57% -
XYZ 6.45 2.91 27.01 -
YUV 37.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 48 11 145 0.67 0.92 0 0.43 256.57 0.86 0.31
Hex 30 B 91 43 5C 0 2B 101 56 1F
Octal 60 13 221 103 134 0 53 401 126 37
Binary 110000 1011 10010001 1000011 1011100 0 101011 100000001 1010110 11111

Color Harmonies of #300B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300B91

Black with #300B91

Text Example


Text Example

White with #300B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300B91; }

 p { color: rgb(48,11,145); }

 H1.HeaderClassName
 {
   color: #300B91;
 }
 .AnyTagClassName
 {
   color: #300B91;
 }
</style>

background-color css

<style>
 a { background-color: #300B91; }

 a { background-color: rgb(48,11,145); }

 div.DivClassName
 {
   background-color: #300B91;
 }
 .BgClassName
 {
   background-color: #300B91;
 }
</style>

border-color css

<style>
 span { border-color: #300B91; }

 span { border-color: rgb(48,11,145); }

 td.TdClassName
 {
   border-color: #300B91;
 }
 .TagClassName
 {
   border-color: #300B91;
 }
</style>