#421773

Color #421773 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #421773

Tints of Persian Indigo #421773

Color information

#421773 (or 0x421773) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and 73. RGB value is (66,23,115). Sum of RGB (Red+Green+Blue) = 66+23+115=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #421773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421773 is #BDE88C. Grayscale: #2E2E2E. Windows color (decimal): -12445837 or 7542594. OLE color: 7542594.

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

Color convert

RGB6623115-
CMYK0.430.8000.55
HSL268.04º66.67%27.06%-
HSV(B)268.04º80%45.1%-
XYZ5.653.0116.5-
YUV46.34166.75142.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=32.35%
G=11.27%
B=56.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66231150.430.8000.55268.0466.6727.06
Hex4217732B5003710c431b
Octal102271635312006741410333
Binary100001010111111001110101110100000110111100001100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421773; }

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

 H1.HeaderClassName
 {
   color: #421773;
 }
 .AnyTagClassName
 {
   color: #421773;
 }
</style>
background-color css

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

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

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

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

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

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