Html Css Color HEX #421795 Persian Indigo

📋 copy color: '#421795'

red 66 ◦ green 23 ◦ blue 149

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

Shades of Persian Indigo #421795

Tints of Persian Indigo #421795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 27.73%
G = 9.66%
B = 62.61%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421795 (or 0x421795) is known color: Persian Indigo. HEX triplet: 42, 17 and 95. RGB value is (66,23,149). Sum of RGB (Red+Green+Blue) = 66+23+149=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #421795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421795 is #BDE86A. Grayscale: #313131. Windows color (decimal): -12445803 or 9770818. OLE color: 9770818.

HSL color Cylindrical-coordinate representation of color #421795: hue angle of 260.48º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421795 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 23 149 -
CMYK 0.56 0.85 0 0.42
HSL 260.48º 0.73% 0.34% -
HSV(B) 260.48º 0.85% 0.58% -
XYZ 7.98 3.94 28.77 -
YUV 50.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 66 23 149 0.56 0.85 0 0.42 260.48 0.73 0.34
Hex 42 17 95 38 55 0 2A 104 49 22
Octal 102 27 225 70 125 0 52 404 111 42
Binary 1000010 10111 10010101 111000 1010101 0 101010 100000100 1001001 100010

Color Harmonies of #421795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421795

Black with #421795

Text Example


Text Example

White with #421795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421795; }

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

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

background-color css

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

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

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

border-color css

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

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

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