Html Css Color HEX #421987 Persian Indigo

📋 copy color: '#421987'

red 66 ◦ green 25 ◦ blue 135

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

Shades of Persian Indigo #421987

Tints of Persian Indigo #421987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 59.73%

R = 29.2%
G = 11.06%
B = 59.73%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#421987 (or 0x421987) is known color: Persian Indigo. HEX triplet: 42, 19 and 87. RGB value is (66,25,135). Sum of RGB (Red+Green+Blue) = 66+25+135=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #421987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421987 is #BDE678. Grayscale: #313131. Windows color (decimal): -12445305 or 8853826. OLE color: 8853826.

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

Color convert

RGB 66 25 135 -
CMYK 0.51 0.81 0 0.47
HSL 262.36º 0.69% 0.31% -
HSV(B) 262.36º 0.81% 0.53% -
XYZ 6.97 3.6 23.25 -
YUV 49.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 66 25 135 0.51 0.81 0 0.47 262.36 0.69 0.31
Hex 42 19 87 33 51 0 2F 106 45 1F
Octal 102 31 207 63 121 0 57 406 105 37
Binary 1000010 11001 10000111 110011 1010001 0 101111 100000110 1000101 11111

Color Harmonies of #421987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421987

Black with #421987

Text Example


Text Example

White with #421987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421987; }

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

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

background-color css

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

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

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

border-color css

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

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

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