Html Css Color HEX #421899 Persian Indigo

📋 copy color: '#421899'

red 66 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #421899

Tints of Persian Indigo #421899

RGB

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

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

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

R = 27.16%
G = 9.88%
B = 62.96%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#421899 (or 0x421899) is known color: Persian Indigo. HEX triplet: 42, 18 and 99. RGB value is (66,24,153). Sum of RGB (Red+Green+Blue) = 66+24+153=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #421899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421899 is #BDE766. Grayscale: #323232. Windows color (decimal): -12445543 or 10033218. OLE color: 10033218.

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

Color convert

RGB 66 24 153 -
CMYK 0.57 0.84 0 0.4
HSL 259.53º 0.73% 0.35% -
HSV(B) 259.53º 0.84% 0.6% -
XYZ 8.32 4.11 30.49 -
YUV 51.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 66 24 153 0.57 0.84 0 0.4 259.53 0.73 0.35
Hex 42 18 99 39 54 0 28 104 49 23
Octal 102 30 231 71 124 0 50 404 111 43
Binary 1000010 11000 10011001 111001 1010100 0 101000 100000100 1001001 100011

Color Harmonies of #421899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421899

Black with #421899

Text Example


Text Example

White with #421899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421899; }

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

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

background-color css

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

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

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

border-color css

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

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

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