Html Css Color HEX #302191 Persian Indigo

📋 copy color: '#302191'

red 48 ◦ green 33 ◦ blue 145

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

Shades of Persian Indigo #302191

Tints of Persian Indigo #302191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

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

R = 21.24%
G = 14.6%
B = 64.16%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#302191 (or 0x302191) is known color: Persian Indigo. HEX triplet: 30, 21 and 91. RGB value is (48,33,145). Sum of RGB (Red+Green+Blue) = 48+33+145=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #302191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302191 is #CFDE6E. Grayscale: #313131. Windows color (decimal): -13622895 or 9511216. OLE color: 9511216.

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

Color convert

RGB 48 33 145 -
CMYK 0.67 0.77 0 0.43
HSL 248.04º 0.63% 0.35% -
HSV(B) 248.04º 0.77% 0.57% -
XYZ 6.87 3.76 27.15 -
YUV 50.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 48 33 145 0.67 0.77 0 0.43 248.04 0.63 0.35
Hex 30 21 91 43 4D 0 2B F8 3F 23
Octal 60 41 221 103 115 0 53 370 77 43
Binary 110000 100001 10010001 1000011 1001101 0 101011 11111000 111111 100011

Color Harmonies of #302191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302191

Black with #302191

Text Example


Text Example

White with #302191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302191; }

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

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

background-color css

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

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

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

border-color css

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

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

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