Html Css Color HEX #301976 Persian Indigo

📋 copy color: '#301976'

red 48 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #301976

Tints of Persian Indigo #301976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 61.78%

R = 25.13%
G = 13.09%
B = 61.78%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301976 (or 0x301976) is known color: Persian Indigo. HEX triplet: 30, 19 and 76. RGB value is (48,25,118). Sum of RGB (Red+Green+Blue) = 48+25+118=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #301976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301976 is #CFE689. Grayscale: #2A2A2A. Windows color (decimal): -13624970 or 7739696. OLE color: 7739696.

HSL color Cylindrical-coordinate representation of color #301976: hue angle of 254.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301976 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 25 118 -
CMYK 0.59 0.79 0 0.54
HSL 254.84º 0.65% 0.28% -
HSV(B) 254.84º 0.79% 0.46% -
XYZ 4.84 2.63 17.39 -
YUV 42.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 48 25 118 0.59 0.79 0 0.54 254.84 0.65 0.28
Hex 30 19 76 3B 4F 0 36 FF 41 1C
Octal 60 31 166 73 117 0 66 377 101 34
Binary 110000 11001 1110110 111011 1001111 0 110110 11111111 1000001 11100

Color Harmonies of #301976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301976

Black with #301976

Text Example


Text Example

White with #301976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301976; }

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

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

background-color css

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

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

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

border-color css

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

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

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