Html Css Color HEX #421799 Persian Indigo

📋 copy color: '#421799'

red 66 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #421799

Tints of Persian Indigo #421799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 27.27%
G = 9.5%
B = 63.22%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#421799 (or 0x421799) is known color: Persian Indigo. HEX triplet: 42, 17 and 99. RGB value is (66,23,153). Sum of RGB (Red+Green+Blue) = 66+23+153=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #421799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421799 is #BDE866. Grayscale: #323232. Windows color (decimal): -12445799 or 10032962. OLE color: 10032962.

HSL color Cylindrical-coordinate representation of color #421799: hue angle of 259.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421799 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 23 153 -
CMYK 0.57 0.85 0 0.4
HSL 259.85º 0.74% 0.35% -
HSV(B) 259.85º 0.85% 0.6% -
XYZ 8.3 4.07 30.49 -
YUV 50.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 66 23 153 0.57 0.85 0 0.4 259.85 0.74 0.35
Hex 42 17 99 39 55 0 28 104 4A 23
Octal 102 27 231 71 125 0 50 404 112 43
Binary 1000010 10111 10011001 111001 1010101 0 101000 100000100 1001010 100011

Color Harmonies of #421799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421799

Black with #421799

Text Example


Text Example

White with #421799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421799; }

 p { color: rgb(66,23,153); }

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

background-color css

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

 a { background-color: rgb(66,23,153); }

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

border-color css

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

 span { border-color: rgb(66,23,153); }

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