#421674

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

Shades of Persian Indigo #421674

Tints of Persian Indigo #421674

Color information

#421674 (or 0x421674) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 74. RGB value is (66,22,116). Sum of RGB (Red+Green+Blue) = 66+22+116=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #421674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421674 is #BDE98B. Grayscale: #2D2D2D. Windows color (decimal): -12446092 or 7607874. OLE color: 7607874.

HSL color Cylindrical-coordinate representation of color #421674: hue angle of 268.09º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421674 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6622116-
CMYK0.430.8100.55
HSL268.09º68.12%27.06%-
HSV(B)268.09º81.03%45.49%-
XYZ5.692.9916.8-
YUV45.87167.58142.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=32.35%
G=10.78%
B=56.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66221160.430.8100.55268.0968.1227.06
Hex4216742B5103710c441b
Octal102261645312106741410433
Binary100001010110111010010101110100010110111100001100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421674; }

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

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

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

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

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

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

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

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