Html Css Color HEX #421072 Persian Indigo

📋 copy color: '#421072'

red 66 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #421072

Tints of Persian Indigo #421072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 58.16%

R = 33.67%
G = 8.16%
B = 58.16%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421072 (or 0x421072) is known color: Persian Indigo. HEX triplet: 42, 10 and 72. RGB value is (66,16,114). Sum of RGB (Red+Green+Blue) = 66+16+114=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #421072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421072 is #BDEF8D. Grayscale: #292929. Windows color (decimal): -12447630 or 7475266. OLE color: 7475266.

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

Color convert

RGB 66 16 114 -
CMYK 0.42 0.86 0 0.55
HSL 270.61º 0.75% 0.25% -
HSV(B) 270.61º 0.86% 0.45% -
XYZ 5.47 2.74 16.16 -
YUV 42.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 66 16 114 0.42 0.86 0 0.55 270.61 0.75 0.25
Hex 42 10 72 2A 56 0 37 10F 4B 19
Octal 102 20 162 52 126 0 67 417 113 31
Binary 1000010 10000 1110010 101010 1010110 0 110111 100001111 1001011 11001

Color Harmonies of #421072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421072

Black with #421072

Text Example


Text Example

White with #421072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421072; }

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

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

background-color css

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

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

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

border-color css

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

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

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