Html Css Color HEX #421073 Persian Indigo

📋 copy color: '#421073'

red 66 ◦ green 16 ◦ blue 115

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

Shades of Persian Indigo #421073

Tints of Persian Indigo #421073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 33.5%
G = 8.12%
B = 58.38%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421073 (or 0x421073) is known color: Persian Indigo. HEX triplet: 42, 10 and 73. RGB value is (66,16,115). Sum of RGB (Red+Green+Blue) = 66+16+115=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #421073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421073 is #BDEF8C. Grayscale: #292929. Windows color (decimal): -12447629 or 7540802. OLE color: 7540802.

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

Color convert

RGB 66 16 115 -
CMYK 0.43 0.86 0 0.55
HSL 270.3º 0.76% 0.26% -
HSV(B) 270.3º 0.86% 0.45% -
XYZ 5.53 2.77 16.46 -
YUV 42.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 66 16 115 0.43 0.86 0 0.55 270.3 0.76 0.26
Hex 42 10 73 2B 56 0 37 10E 4C 1A
Octal 102 20 163 53 126 0 67 416 114 32
Binary 1000010 10000 1110011 101011 1010110 0 110111 100001110 1001100 11010

Color Harmonies of #421073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421073

Black with #421073

Text Example


Text Example

White with #421073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421073; }

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

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

background-color css

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

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

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

border-color css

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

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

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