Html Css Color HEX #421198 Persian Indigo

📋 copy color: '#421198'

red 66 ◦ green 17 ◦ blue 152

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

Shades of Persian Indigo #421198

Tints of Persian Indigo #421198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

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

R = 28.09%
G = 7.23%
B = 64.68%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#421198 (or 0x421198) is known color: Persian Indigo. HEX triplet: 42, 11 and 98. RGB value is (66,17,152). Sum of RGB (Red+Green+Blue) = 66+17+152=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #421198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421198 is #BDEE67. Grayscale: #2E2E2E. Windows color (decimal): -12447336 or 9965890. OLE color: 9965890.

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

Color convert

RGB 66 17 152 -
CMYK 0.57 0.89 0 0.40
HSL 261.78º 0.8% 0.33% -
HSV(B) 261.78º 0.89% 0.6% -
XYZ 8.11 3.83 30.02 -
YUV 47.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 66 17 152 0.57 0.89 0 0.40 261.78 0.8 0.33
Hex 42 11 98 39 59 0 28 106 50 21
Octal 102 21 230 71 131 0 50 406 120 41
Binary 1000010 10001 10011000 111001 1011001 0 101000 100000110 1010000 100001

Color Harmonies of #421198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421198

Black with #421198

Text Example


Text Example

White with #421198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421198; }

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

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

background-color css

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

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

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

border-color css

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

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

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