Html Css Color HEX #421D96 Persian Indigo

📋 copy color: '#421D96'

red 66 ◦ green 29 ◦ blue 150

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

Shades of Persian Indigo #421D96

Tints of Persian Indigo #421D96

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

 BLUE value IS 150 (58.98% from 255) = 61.22%

R = 26.94%
G = 11.84%
B = 61.22%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#421D96 (or 0x421D96) is known color: Persian Indigo. HEX triplet: 42, 1D and 96. RGB value is (66,29,150). Sum of RGB (Red+Green+Blue) = 66+29+150=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #421D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421D96 is #BDE269. Grayscale: #353535. Windows color (decimal): -12444266 or 9837890. OLE color: 9837890.

HSL color Cylindrical-coordinate representation of color #421D96: hue angle of 258.35º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421D96 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 29 150 -
CMYK 0.56 0.81 0 0.41
HSL 258.35º 0.68% 0.35% -
HSV(B) 258.35º 0.81% 0.59% -
XYZ 8.19 4.24 29.24 -
YUV 53.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 66 29 150 0.56 0.81 0 0.41 258.35 0.68 0.35
Hex 42 1D 96 38 51 0 29 102 44 23
Octal 102 35 226 70 121 0 51 402 104 43
Binary 1000010 11101 10010110 111000 1010001 0 101001 100000010 1000100 100011

Color Harmonies of #421D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D96

Black with #421D96

Text Example


Text Example

White with #421D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D96; }

 p { color: rgb(66,29,150); }

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

background-color css

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

 a { background-color: rgb(66,29,150); }

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

border-color css

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

 span { border-color: rgb(66,29,150); }

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