Html Css Color HEX #421288 Persian Indigo

📋 copy color: '#421288'

red 66 ◦ green 18 ◦ blue 136

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

Shades of Persian Indigo #421288

Tints of Persian Indigo #421288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 30%
G = 8.18%
B = 61.82%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#421288 (or 0x421288) is known color: Persian Indigo. HEX triplet: 42, 12 and 88. RGB value is (66,18,136). Sum of RGB (Red+Green+Blue) = 66+18+136=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #421288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421288 is #BDED77. Grayscale: #2D2D2D. Windows color (decimal): -12447096 or 8917570. OLE color: 8917570.

HSL color Cylindrical-coordinate representation of color #421288: hue angle of 264.41º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421288 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 18 136 -
CMYK 0.51 0.87 0 0.47
HSL 264.41º 0.77% 0.3% -
HSV(B) 264.41º 0.87% 0.53% -
XYZ 6.91 3.37 23.58 -
YUV 45.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 66 18 136 0.51 0.87 0 0.47 264.41 0.77 0.3
Hex 42 12 88 33 57 0 2F 108 4D 1E
Octal 102 22 210 63 127 0 57 410 115 36
Binary 1000010 10010 10001000 110011 1010111 0 101111 100001000 1001101 11110

Color Harmonies of #421288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421288

Black with #421288

Text Example


Text Example

White with #421288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421288; }

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

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

background-color css

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

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

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

border-color css

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

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

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