#421675

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

Shades of Persian Indigo #421675

Tints of Persian Indigo #421675

Color information

#421675 (or 0x421675) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 75. RGB value is (66,22,117). Sum of RGB (Red+Green+Blue) = 66+22+117=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #421675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421675 is #BDE98A. Grayscale: #2D2D2D. Windows color (decimal): -12446091 or 7673410. OLE color: 7673410.

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

Color convert

RGB6622117-
CMYK0.440.8100.54
HSL267.79º68.35%27.25%-
HSV(B)267.79º81.2%45.88%-
XYZ5.743.0217.11-
YUV45.99168.08142.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=32.20%
G=10.73%
B=57.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66221170.440.8100.54267.7968.3527.25
Hex4216752C5103610c441b
Octal102261655412106641410433
Binary100001010110111010110110010100010110110100001100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421675; }

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

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

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

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

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

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

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

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