Html Css Color HEX #301978 Persian Indigo

📋 copy color: '#301978'

red 48 ◦ green 25 ◦ blue 120

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

Shades of Persian Indigo #301978

Tints of Persian Indigo #301978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 24.87%
G = 12.95%
B = 62.18%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#301978 (or 0x301978) is known color: Persian Indigo. HEX triplet: 30, 19 and 78. RGB value is (48,25,120). Sum of RGB (Red+Green+Blue) = 48+25+120=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #301978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301978 is #CFE687. Grayscale: #2A2A2A. Windows color (decimal): -13624968 or 7870768. OLE color: 7870768.

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

Color convert

RGB 48 25 120 -
CMYK 0.60 0.79 0 0.53
HSL 254.53º 0.66% 0.28% -
HSV(B) 254.53º 0.79% 0.47% -
XYZ 4.96 2.68 18.03 -
YUV 42.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 48 25 120 0.60 0.79 0 0.53 254.53 0.66 0.28
Hex 30 19 78 3C 4F 0 35 FF 42 1C
Octal 60 31 170 74 117 0 65 377 102 34
Binary 110000 11001 1111000 111100 1001111 0 110101 11111111 1000010 11100

Color Harmonies of #301978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301978

Black with #301978

Text Example


Text Example

White with #301978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301978; }

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

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

background-color css

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

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

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

border-color css

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

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

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