Html Css Color HEX #302491 Persian Indigo

📋 copy color: '#302491'

red 48 ◦ green 36 ◦ blue 145

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

Shades of Persian Indigo #302491

Tints of Persian Indigo #302491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

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

R = 20.96%
G = 15.72%
B = 63.32%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#302491 (or 0x302491) is known color: Persian Indigo. HEX triplet: 30, 24 and 91. RGB value is (48,36,145). Sum of RGB (Red+Green+Blue) = 48+36+145=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #302491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302491 is #CFDB6E. Grayscale: #333333. Windows color (decimal): -13622127 or 9511984. OLE color: 9511984.

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

Color convert

RGB 48 36 145 -
CMYK 0.67 0.75 0 0.43
HSL 246.61º 0.6% 0.35% -
HSV(B) 246.61º 0.75% 0.57% -
XYZ 6.96 3.93 27.18 -
YUV 52.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 48 36 145 0.67 0.75 0 0.43 246.61 0.6 0.35
Hex 30 24 91 43 4B 0 2B F7 3C 23
Octal 60 44 221 103 113 0 53 367 74 43
Binary 110000 100100 10010001 1000011 1001011 0 101011 11110111 111100 100011

Color Harmonies of #302491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302491

Black with #302491

Text Example


Text Example

White with #302491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302491; }

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

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

background-color css

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

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

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

border-color css

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

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

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