Html Css Color HEX #421276 Persian Indigo

📋 copy color: '#421276'

red 66 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #421276

Tints of Persian Indigo #421276

RGB

 RED value IS 66 (26.17% from 255) = 32.67%

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

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

R = 32.67%
G = 8.91%
B = 58.42%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#421276 (or 0x421276) is known color: Persian Indigo. HEX triplet: 42, 12 and 76. RGB value is (66,18,118). Sum of RGB (Red+Green+Blue) = 66+18+118=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #421276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421276 is #BDED89. Grayscale: #2B2B2B. Windows color (decimal): -12447114 or 7737922. OLE color: 7737922.

HSL color Cylindrical-coordinate representation of color #421276: hue angle of 268.8º 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 #421276 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 18 118 -
CMYK 0.44 0.85 0 0.54
HSL 268.8º 0.74% 0.27% -
HSV(B) 268.8º 0.85% 0.46% -
XYZ 5.73 2.9 17.4 -
YUV 43.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 66 18 118 0.44 0.85 0 0.54 268.8 0.74 0.27
Hex 42 12 76 2C 55 0 36 10D 4A 1B
Octal 102 22 166 54 125 0 66 415 112 33
Binary 1000010 10010 1110110 101100 1010101 0 110110 100001101 1001010 11011

Color Harmonies of #421276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421276

Black with #421276

Text Example


Text Example

White with #421276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421276; }

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

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

background-color css

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

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

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

border-color css

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

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

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