Html Css Color HEX #302091 Persian Indigo

📋 copy color: '#302091'

red 48 ◦ green 32 ◦ blue 145

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

Shades of Persian Indigo #302091

Tints of Persian Indigo #302091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.22%

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

R = 21.33%
G = 14.22%
B = 64.44%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#302091 (or 0x302091) is known color: Persian Indigo. HEX triplet: 30, 20 and 91. RGB value is (48,32,145). Sum of RGB (Red+Green+Blue) = 48+32+145=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #302091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302091 is #CFDF6E. Grayscale: #313131. Windows color (decimal): -13623151 or 9510960. OLE color: 9510960.

HSL color Cylindrical-coordinate representation of color #302091: hue angle of 248.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302091 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 32 145 -
CMYK 0.67 0.78 0 0.43
HSL 248.5º 0.64% 0.35% -
HSV(B) 248.5º 0.78% 0.57% -
XYZ 6.85 3.71 27.14 -
YUV 49.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 48 32 145 0.67 0.78 0 0.43 248.5 0.64 0.35
Hex 30 20 91 43 4E 0 2B F8 40 23
Octal 60 40 221 103 116 0 53 370 100 43
Binary 110000 100000 10010001 1000011 1001110 0 101011 11111000 1000000 100011

Color Harmonies of #302091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302091

Black with #302091

Text Example


Text Example

White with #302091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302091; }

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

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

background-color css

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

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

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

border-color css

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

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

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