#421671

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

Shades of Persian Indigo #421671

Tints of Persian Indigo #421671

Color information

#421671 (or 0x421671) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 71. RGB value is (66,22,113). Sum of RGB (Red+Green+Blue) = 66+22+113=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #421671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421671 is #BDE98E. Grayscale: #2D2D2D. Windows color (decimal): -12446095 or 7411266. OLE color: 7411266.

HSL color Cylindrical-coordinate representation of color #421671: hue angle of 269.01º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421671 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6622113-
CMYK0.420.8100.56
HSL269.01º67.41%26.47%-
HSV(B)269.01º80.53%44.31%-
XYZ5.512.9215.9-
YUV45.53166.08142.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=32.84%
G=10.95%
B=56.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66221130.420.8100.56269.0167.4126.47
Hex4216712A5103810d431a
Octal102261615212107041510332
Binary100001010110111000110101010100010111000100001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421671; }

 p { color: rgb(66,22,113); }

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

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

 a { background-color: rgb(66,22,113); }

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

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

 span { border-color: rgb(66,22,113); }

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