Html Css Color HEX #421573 Persian Indigo

📋 copy color: '#421573'

red 66 ◦ green 21 ◦ blue 115

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

Shades of Persian Indigo #421573

Tints of Persian Indigo #421573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 32.67%
G = 10.4%
B = 56.93%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421573 (or 0x421573) is known color: Persian Indigo. HEX triplet: 42, 15 and 73. RGB value is (66,21,115). Sum of RGB (Red+Green+Blue) = 66+21+115=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #421573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421573 is #BDEA8C. Grayscale: #2C2C2C. Windows color (decimal): -12446349 or 7542082. OLE color: 7542082.

HSL color Cylindrical-coordinate representation of color #421573: hue angle of 268.72º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421573 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 21 115 -
CMYK 0.43 0.82 0 0.55
HSL 268.72º 0.69% 0.27% -
HSV(B) 268.72º 0.82% 0.45% -
XYZ 5.61 2.93 16.49 -
YUV 45.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 66 21 115 0.43 0.82 0 0.55 268.72 0.69 0.27
Hex 42 15 73 2B 52 0 37 10D 45 1B
Octal 102 25 163 53 122 0 67 415 105 33
Binary 1000010 10101 1110011 101011 1010010 0 110111 100001101 1000101 11011

Color Harmonies of #421573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421573

Black with #421573

Text Example


Text Example

White with #421573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421573; }

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

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

background-color css

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

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

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

border-color css

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

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

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