Html Css Color HEX #421598 Persian Indigo

📋 copy color: '#421598'

red 66 ◦ green 21 ◦ blue 152

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

Shades of Persian Indigo #421598

Tints of Persian Indigo #421598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 152 (59.77% from 255) = 63.6%

R = 27.62%
G = 8.79%
B = 63.6%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#421598 (or 0x421598) is known color: Persian Indigo. HEX triplet: 42, 15 and 98. RGB value is (66,21,152). Sum of RGB (Red+Green+Blue) = 66+21+152=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #421598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421598 is #BDEA67. Grayscale: #303030. Windows color (decimal): -12446312 or 9966914. OLE color: 9966914.

HSL color Cylindrical-coordinate representation of color #421598: hue angle of 260.61º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421598 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 21 152 -
CMYK 0.57 0.86 0 0.40
HSL 260.61º 0.76% 0.34% -
HSV(B) 260.61º 0.86% 0.6% -
XYZ 8.18 3.96 30.04 -
YUV 49.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 66 21 152 0.57 0.86 0 0.40 260.61 0.76 0.34
Hex 42 15 98 39 56 0 28 105 4C 22
Octal 102 25 230 71 126 0 50 405 114 42
Binary 1000010 10101 10011000 111001 1010110 0 101000 100000101 1001100 100010

Color Harmonies of #421598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421598

Black with #421598

Text Example


Text Example

White with #421598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421598; }

 p { color: rgb(66,21,152); }

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

background-color css

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

 a { background-color: rgb(66,21,152); }

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

border-color css

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

 span { border-color: rgb(66,21,152); }

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