#421692

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

Shades of Persian Indigo #421692

Tints of Persian Indigo #421692

Color information

#421692 (or 0x421692) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 92. RGB value is (66,22,146). Sum of RGB (Red+Green+Blue) = 66+22+146=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #421692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421692 is #BDE96D. Grayscale: #303030. Windows color (decimal): -12446062 or 9573954. OLE color: 9573954.

HSL color Cylindrical-coordinate representation of color #421692: hue angle of 261.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421692 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6622146-
CMYK0.550.8500.43
HSL261.29º73.81%32.94%-
HSV(B)261.29º84.93%57.25%-
XYZ7.723.8127.52-
YUV49.29182.58139.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=28.21%
G=9.40%
B=62.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66221460.550.8500.43261.2973.8132.94
Hex421692375502B1054a21
Octal102262226712505340511241
Binary10000101011010010010110111101010101010111000001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421692; }

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

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

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

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

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

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

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

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