Html Css Color HEX #301276 Persian Indigo

📋 copy color: '#301276'

red 48 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #301276

Tints of Persian Indigo #301276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 26.09%
G = 9.78%
B = 64.13%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#301276 (or 0x301276) is known color: Persian Indigo. HEX triplet: 30, 12 and 76. RGB value is (48,18,118). Sum of RGB (Red+Green+Blue) = 48+18+118=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #301276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301276 is #CFED89. Grayscale: #262626. Windows color (decimal): -13626762 or 7737904. OLE color: 7737904.

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

Color convert

RGB 48 18 118 -
CMYK 0.59 0.85 0 0.54
HSL 258º 0.74% 0.27% -
HSV(B) 258º 0.85% 0.46% -
XYZ 4.71 2.37 17.35 -
YUV 38.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 48 18 118 0.59 0.85 0 0.54 258 0.74 0.27
Hex 30 12 76 3B 55 0 36 102 4A 1B
Octal 60 22 166 73 125 0 66 402 112 33
Binary 110000 10010 1110110 111011 1010101 0 110110 100000010 1001010 11011

Color Harmonies of #301276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301276

Black with #301276

Text Example


Text Example

White with #301276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301276; }

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

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

background-color css

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

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

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

border-color css

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

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

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