Html Css Color HEX #421388 Persian Indigo

📋 copy color: '#421388'

red 66 ◦ green 19 ◦ blue 136

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

Shades of Persian Indigo #421388

Tints of Persian Indigo #421388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 29.86%
G = 8.6%
B = 61.54%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#421388 (or 0x421388) is known color: Persian Indigo. HEX triplet: 42, 13 and 88. RGB value is (66,19,136). Sum of RGB (Red+Green+Blue) = 66+19+136=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #421388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421388 is #BDEC77. Grayscale: #2D2D2D. Windows color (decimal): -12446840 or 8917826. OLE color: 8917826.

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

Color convert

RGB 66 19 136 -
CMYK 0.51 0.86 0 0.47
HSL 264.1º 0.75% 0.3% -
HSV(B) 264.1º 0.86% 0.53% -
XYZ 6.92 3.4 23.58 -
YUV 46.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 66 19 136 0.51 0.86 0 0.47 264.1 0.75 0.3
Hex 42 13 88 33 56 0 2F 108 4B 1E
Octal 102 23 210 63 126 0 57 410 113 36
Binary 1000010 10011 10001000 110011 1010110 0 101111 100001000 1001011 11110

Color Harmonies of #421388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421388

Black with #421388

Text Example


Text Example

White with #421388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421388; }

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

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

background-color css

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

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

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

border-color css

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

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

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