Html Css Color HEX #421173 Persian Indigo

📋 copy color: '#421173'

red 66 ◦ green 17 ◦ blue 115

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

Shades of Persian Indigo #421173

Tints of Persian Indigo #421173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 33.33%
G = 8.59%
B = 58.08%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421173 (or 0x421173) is known color: Persian Indigo. HEX triplet: 42, 11 and 73. RGB value is (66,17,115). Sum of RGB (Red+Green+Blue) = 66+17+115=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #421173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421173 is #BDEE8C. Grayscale: #2A2A2A. Windows color (decimal): -12447373 or 7541058. OLE color: 7541058.

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

Color convert

RGB 66 17 115 -
CMYK 0.43 0.85 0 0.55
HSL 270º 0.74% 0.26% -
HSV(B) 270º 0.85% 0.45% -
XYZ 5.54 2.8 16.47 -
YUV 42.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 66 17 115 0.43 0.85 0 0.55 270 0.74 0.26
Hex 42 11 73 2B 55 0 37 10E 4A 1A
Octal 102 21 163 53 125 0 67 416 112 32
Binary 1000010 10001 1110011 101011 1010101 0 110111 100001110 1001010 11010

Color Harmonies of #421173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421173

Black with #421173

Text Example


Text Example

White with #421173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421173; }

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

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

background-color css

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

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

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

border-color css

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

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

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