#421684

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

Shades of Persian Indigo #421684

Tints of Persian Indigo #421684

Color information

#421684 (or 0x421684) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 84. RGB value is (66,22,132). Sum of RGB (Red+Green+Blue) = 66+22+132=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #421684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421684 is #BDE97B. Grayscale: #2F2F2F. Windows color (decimal): -12446076 or 8656450. OLE color: 8656450.

HSL color Cylindrical-coordinate representation of color #421684: hue angle of 264º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421684 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6622132-
CMYK0.50.8300.48
HSL264º71.43%30.2%-
HSV(B)264º83.33%51.76%-
XYZ6.73.422.13-
YUV47.7175.58141.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 132 (51.95% from 255) = 60%
R=30%
G=10%
B=60%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66221320.50.8300.4826471.4330.2
Hex4216843253030108471e
Octal102262046212306041010736
Binary1000010101101000010011001010100110110000100001000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421684; }

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

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

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

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

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

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

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

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