Html Css Color HEX #421798 Persian Indigo

📋 copy color: '#421798'

red 66 ◦ green 23 ◦ blue 152

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

Shades of Persian Indigo #421798

Tints of Persian Indigo #421798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

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

R = 27.39%
G = 9.54%
B = 63.07%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#421798 (or 0x421798) is known color: Persian Indigo. HEX triplet: 42, 17 and 98. RGB value is (66,23,152). Sum of RGB (Red+Green+Blue) = 66+23+152=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #421798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421798 is #BDE867. Grayscale: #323232. Windows color (decimal): -12445800 or 9967426. OLE color: 9967426.

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

Color convert

RGB 66 23 152 -
CMYK 0.57 0.85 0 0.40
HSL 260º 0.74% 0.34% -
HSV(B) 260º 0.85% 0.6% -
XYZ 8.22 4.04 30.05 -
YUV 50.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 66 23 152 0.57 0.85 0 0.40 260 0.74 0.34
Hex 42 17 98 39 55 0 28 104 4A 22
Octal 102 27 230 71 125 0 50 404 112 42
Binary 1000010 10111 10011000 111001 1010101 0 101000 100000100 1001010 100010

Color Harmonies of #421798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421798

Black with #421798

Text Example


Text Example

White with #421798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421798; }

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

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

background-color css

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

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

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

border-color css

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

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

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