Html Css Color HEX #421988 Persian Indigo

📋 copy color: '#421988'

red 66 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #421988

Tints of Persian Indigo #421988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 29.07%
G = 11.01%
B = 59.91%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#421988 (or 0x421988) is known color: Persian Indigo. HEX triplet: 42, 19 and 88. RGB value is (66,25,136). Sum of RGB (Red+Green+Blue) = 66+25+136=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #421988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421988 is #BDE677. Grayscale: #313131. Windows color (decimal): -12445304 or 8919362. OLE color: 8919362.

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

Color convert

RGB 66 25 136 -
CMYK 0.51 0.82 0 0.47
HSL 262.16º 0.69% 0.32% -
HSV(B) 262.16º 0.82% 0.53% -
XYZ 7.04 3.63 23.62 -
YUV 49.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 66 25 136 0.51 0.82 0 0.47 262.16 0.69 0.32
Hex 42 19 88 33 52 0 2F 106 45 20
Octal 102 31 210 63 122 0 57 406 105 40
Binary 1000010 11001 10001000 110011 1010010 0 101111 100000110 1000101 100000

Color Harmonies of #421988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421988

Black with #421988

Text Example


Text Example

White with #421988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421988; }

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

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

background-color css

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

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

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

border-color css

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

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

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