#421677

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

Shades of Persian Indigo #421677

Tints of Persian Indigo #421677

Color information

#421677 (or 0x421677) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 77. RGB value is (66,22,119). Sum of RGB (Red+Green+Blue) = 66+22+119=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #421677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421677 is #BDE988. Grayscale: #2D2D2D. Windows color (decimal): -12446089 or 7804482. OLE color: 7804482.

HSL color Cylindrical-coordinate representation of color #421677: hue angle of 267.22º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421677 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6622119-
CMYK0.450.8200.53
HSL267.22º68.79%27.65%-
HSV(B)267.22º81.51%46.67%-
XYZ5.863.0617.74-
YUV46.21169.08142.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=31.88%
G=10.63%
B=57.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66221190.450.8200.53267.2268.7927.65
Hex4216772D5203510b451c
Octal102261675512206541310534
Binary100001010110111011110110110100100110101100001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421677; }

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

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

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

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

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

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

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

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