#421690

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

Shades of Persian Indigo #421690

Tints of Persian Indigo #421690

Color information

#421690 (or 0x421690) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 90. RGB value is (66,22,144). Sum of RGB (Red+Green+Blue) = 66+22+144=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #421690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421690 is #BDE96F. Grayscale: #303030. Windows color (decimal): -12446064 or 9442882. OLE color: 9442882.

HSL color Cylindrical-coordinate representation of color #421690: hue angle of 261.64º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421690 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6622144-
CMYK0.540.8500.44
HSL261.64º73.49%32.55%-
HSV(B)261.64º84.72%56.47%-
XYZ7.573.7526.71-
YUV49.06181.58140.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 144 (56.64% from 255) = 62.07%
R=28.45%
G=9.48%
B=62.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66221440.540.8500.44261.6473.4932.55
Hex421690365502C1064921
Octal102262206612505440611141
Binary10000101011010010000110110101010101011001000001101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421690; }

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

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

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

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

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

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

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

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