Html Css Color HEX #421282 Persian Indigo

📋 copy color: '#421282'

red 66 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #421282

Tints of Persian Indigo #421282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

 BLUE value IS 130 (51.17% from 255) = 60.75%

R = 30.84%
G = 8.41%
B = 60.75%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#421282 (or 0x421282) is known color: Persian Indigo. HEX triplet: 42, 12 and 82. RGB value is (66,18,130). Sum of RGB (Red+Green+Blue) = 66+18+130=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #421282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421282 is #BDED7D. Grayscale: #2C2C2C. Windows color (decimal): -12447102 or 8524354. OLE color: 8524354.

HSL color Cylindrical-coordinate representation of color #421282: hue angle of 265.71º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421282 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 18 130 -
CMYK 0.49 0.86 0 0.49
HSL 265.71º 0.76% 0.29% -
HSV(B) 265.71º 0.86% 0.51% -
XYZ 6.49 3.2 21.4 -
YUV 45.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 66 18 130 0.49 0.86 0 0.49 265.71 0.76 0.29
Hex 42 12 82 31 56 0 31 10A 4C 1D
Octal 102 22 202 61 126 0 61 412 114 35
Binary 1000010 10010 10000010 110001 1010110 0 110001 100001010 1001100 11101

Color Harmonies of #421282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421282

Black with #421282

Text Example


Text Example

White with #421282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421282; }

 p { color: rgb(66,18,130); }

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

background-color css

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

 a { background-color: rgb(66,18,130); }

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

border-color css

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

 span { border-color: rgb(66,18,130); }

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