Html Css Color HEX #301876 Persian Indigo

📋 copy color: '#301876'

red 48 ◦ green 24 ◦ blue 118

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

Shades of Persian Indigo #301876

Tints of Persian Indigo #301876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.63%

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

R = 25.26%
G = 12.63%
B = 62.11%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301876 (or 0x301876) is known color: Persian Indigo. HEX triplet: 30, 18 and 76. RGB value is (48,24,118). Sum of RGB (Red+Green+Blue) = 48+24+118=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #301876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301876 is #CFE789. Grayscale: #292929. Windows color (decimal): -13625226 or 7739440. OLE color: 7739440.

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

Color convert

RGB 48 24 118 -
CMYK 0.59 0.80 0 0.54
HSL 255.32º 0.66% 0.28% -
HSV(B) 255.32º 0.8% 0.46% -
XYZ 4.82 2.59 17.39 -
YUV 41.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 48 24 118 0.59 0.80 0 0.54 255.32 0.66 0.28
Hex 30 18 76 3B 50 0 36 FF 42 1C
Octal 60 30 166 73 120 0 66 377 102 34
Binary 110000 11000 1110110 111011 1010000 0 110110 11111111 1000010 11100

Color Harmonies of #301876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301876

Black with #301876

Text Example


Text Example

White with #301876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301876; }

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

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

background-color css

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

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

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

border-color css

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

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

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