Html Css Color HEX #421599 Persian Indigo

📋 copy color: '#421599'

red 66 ◦ green 21 ◦ blue 153

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

Shades of Persian Indigo #421599

Tints of Persian Indigo #421599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.75%

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

R = 27.5%
G = 8.75%
B = 63.75%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#421599 (or 0x421599) is known color: Persian Indigo. HEX triplet: 42, 15 and 99. RGB value is (66,21,153). Sum of RGB (Red+Green+Blue) = 66+21+153=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #421599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421599 is #BDEA66. Grayscale: #313131. Windows color (decimal): -12446311 or 10032450. OLE color: 10032450.

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

Color convert

RGB 66 21 153 -
CMYK 0.57 0.86 0 0.4
HSL 260.45º 0.76% 0.34% -
HSV(B) 260.45º 0.86% 0.6% -
XYZ 8.26 3.99 30.47 -
YUV 49.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 66 21 153 0.57 0.86 0 0.4 260.45 0.76 0.34
Hex 42 15 99 39 56 0 28 104 4C 22
Octal 102 25 231 71 126 0 50 404 114 42
Binary 1000010 10101 10011001 111001 1010110 0 101000 100000100 1001100 100010

Color Harmonies of #421599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421599

Black with #421599

Text Example


Text Example

White with #421599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421599; }

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

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

background-color css

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

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

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

border-color css

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

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

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