Html Css Color HEX #421C96 Persian Indigo

📋 copy color: '#421C96'

red 66 ◦ green 28 ◦ blue 150

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

Shades of Persian Indigo #421C96

Tints of Persian Indigo #421C96

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

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

R = 27.05%
G = 11.48%
B = 61.48%

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

#421C96 (or 0x421C96) is known color: Persian Indigo. HEX triplet: 42, 1C and 96. RGB value is (66,28,150). Sum of RGB (Red+Green+Blue) = 66+28+150=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #421C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421C96 is #BDE369. Grayscale: #343434. Windows color (decimal): -12444522 or 9837634. OLE color: 9837634.

HSL color Cylindrical-coordinate representation of color #421C96: hue angle of 258.69º degrees, saturation: 0.69, 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 #421C96 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 28 150 -
CMYK 0.56 0.81 0 0.41
HSL 258.69º 0.69% 0.35% -
HSV(B) 258.69º 0.81% 0.59% -
XYZ 8.17 4.19 29.23 -
YUV 53.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 66 28 150 0.56 0.81 0 0.41 258.69 0.69 0.35
Hex 42 1C 96 38 51 0 29 103 45 23
Octal 102 34 226 70 121 0 51 403 105 43
Binary 1000010 11100 10010110 111000 1010001 0 101001 100000011 1000101 100011

Color Harmonies of #421C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C96

Black with #421C96

Text Example


Text Example

White with #421C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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