Html Css Color HEX #421876 Persian Indigo

📋 copy color: '#421876'

red 66 ◦ green 24 ◦ blue 118

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

Shades of Persian Indigo #421876

Tints of Persian Indigo #421876

RGB

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

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

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

R = 31.73%
G = 11.54%
B = 56.73%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#421876 (or 0x421876) is known color: Persian Indigo. HEX triplet: 42, 18 and 76. RGB value is (66,24,118). Sum of RGB (Red+Green+Blue) = 66+24+118=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #421876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421876 is #BDE789. Grayscale: #2E2E2E. Windows color (decimal): -12445578 or 7739458. OLE color: 7739458.

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

Color convert

RGB 66 24 118 -
CMYK 0.44 0.80 0 0.54
HSL 266.81º 0.66% 0.28% -
HSV(B) 266.81º 0.8% 0.46% -
XYZ 5.84 3.12 17.43 -
YUV 47.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 66 24 118 0.44 0.80 0 0.54 266.81 0.66 0.28
Hex 42 18 76 2C 50 0 36 10B 42 1C
Octal 102 30 166 54 120 0 66 413 102 34
Binary 1000010 11000 1110110 101100 1010000 0 110110 100001011 1000010 11100

Color Harmonies of #421876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421876

Black with #421876

Text Example


Text Example

White with #421876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421876; }

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

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

background-color css

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

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

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

border-color css

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

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

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