#421798

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

Shades of Persian Indigo #421798

Tints of Persian Indigo #421798

Color information

#421798 (or 0x421798) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and 98. RGB value is (66,23,152). Sum of RGB (Red+Green+Blue) = 66+23+152=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #421798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421798 is #BDE867. Grayscale: #323232. Windows color (decimal): -12445800 or 9967426. OLE color: 9967426.

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

Color convert

RGB6623152-
CMYK0.570.8500.40
HSL260º73.71%34.31%-
HSV(B)260º84.87%59.61%-
XYZ8.224.0430.05-
YUV50.56185.25139.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=27.39%
G=9.54%
B=63.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66231520.570.8500.4026073.7134.31
Hex42179839550281044a22
Octal102272307112505040411242
Binary10000101011110011000111001101010101010001000001001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421798; }

 p { color: rgb(66,23,152); }

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

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

 a { background-color: rgb(66,23,152); }

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

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

 span { border-color: rgb(66,23,152); }

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