Html Css Color HEX #421084 Persian Indigo

📋 copy color: '#421084'

red 66 ◦ green 16 ◦ blue 132

#421084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #421084

Tints of Persian Indigo #421084

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

 GREEN value IS 16 (6.64% from 255) = 7.48%

 BLUE value IS 132 (51.95% from 255) = 61.68%

R = 30.84%
G = 7.48%
B = 61.68%

CMYK

 C value IS 0.5

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#421084 (or 0x421084) is known color: Persian Indigo. HEX triplet: 42, 10 and 84. RGB value is (66,16,132). Sum of RGB (Red+Green+Blue) = 66+16+132=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #421084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421084 is #BDEF7B. Grayscale: #2B2B2B. Windows color (decimal): -12447612 or 8654914. OLE color: 8654914.

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

Color convert

RGB 66 16 132 -
CMYK 0.5 0.88 0 0.48
HSL 265.86º 0.78% 0.29% -
HSV(B) 265.86º 0.88% 0.52% -
XYZ 6.6 3.19 22.1 -
YUV 44.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 66 16 132 0.5 0.88 0 0.48 265.86 0.78 0.29
Hex 42 10 84 32 58 0 30 10A 4E 1D
Octal 102 20 204 62 130 0 60 412 116 35
Binary 1000010 10000 10000100 110010 1011000 0 110000 100001010 1001110 11101

Color Harmonies of #421084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421084

Black with #421084

Text Example


Text Example

White with #421084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421084; }

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

 H1.HeaderClassName
 {
   color: #421084;
 }
 .AnyTagClassName
 {
   color: #421084;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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