#421985

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

Shades of Persian Indigo #421985

Tints of Persian Indigo #421985

Color information

#421985 (or 0x421985) is unknown color: approx Persian Indigo. HEX triplet: 42, 19 and 85. RGB value is (66,25,133). Sum of RGB (Red+Green+Blue) = 66+25+133=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #421985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421985 is #BDE67A. Grayscale: #313131. Windows color (decimal): -12445307 or 8722754. OLE color: 8722754.

HSL color Cylindrical-coordinate representation of color #421985: hue angle of 262.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421985 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6625133-
CMYK0.500.8100.48
HSL262.78º68.35%30.98%-
HSV(B)262.78º81.2%52.16%-
XYZ6.833.5522.52-
YUV49.57175.08139.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=29.46%
G=11.16%
B=59.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66251330.500.8100.48262.7868.3530.98
Hex4219853251030107441f
Octal102312056212106040710437
Binary1000010110011000010111001010100010110000100000111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421985; }

 p { color: rgb(66,25,133); }

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

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

 a { background-color: rgb(66,25,133); }

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

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

 span { border-color: rgb(66,25,133); }

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