Html Css Color HEX #302478 Persian Indigo

📋 copy color: '#302478'

red 48 ◦ green 36 ◦ blue 120

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

Shades of Persian Indigo #302478

Tints of Persian Indigo #302478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 58.82%

R = 23.53%
G = 17.65%
B = 58.82%

CMYK

 C value IS 0.60

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#302478 (or 0x302478) is known color: Persian Indigo. HEX triplet: 30, 24 and 78. RGB value is (48,36,120). Sum of RGB (Red+Green+Blue) = 48+36+120=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #302478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302478 is #CFDB87. Grayscale: #303030. Windows color (decimal): -13622152 or 7873584. OLE color: 7873584.

HSL color Cylindrical-coordinate representation of color #302478: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302478 is Cyan = 0.60, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 36 120 -
CMYK 0.60 0.7 0 0.53
HSL 248.57º 0.54% 0.31% -
HSV(B) 248.57º 0.7% 0.47% -
XYZ 5.24 3.25 18.12 -
YUV 49.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 48 36 120 0.60 0.7 0 0.53 248.57 0.54 0.31
Hex 30 24 78 3C 46 0 35 F9 36 1F
Octal 60 44 170 74 106 0 65 371 66 37
Binary 110000 100100 1111000 111100 1000110 0 110101 11111001 110110 11111

Color Harmonies of #302478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302478

Black with #302478

Text Example


Text Example

White with #302478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302478; }

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

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

background-color css

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

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

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

border-color css

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

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

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