Html Css Color HEX #421895 Persian Indigo

📋 copy color: '#421895'

red 66 ◦ green 24 ◦ blue 149

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

Shades of Persian Indigo #421895

Tints of Persian Indigo #421895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 27.62%
G = 10.04%
B = 62.34%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421895 (or 0x421895) is known color: Persian Indigo. HEX triplet: 42, 18 and 95. RGB value is (66,24,149). Sum of RGB (Red+Green+Blue) = 66+24+149=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #421895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421895 is #BDE76A. Grayscale: #323232. Windows color (decimal): -12445547 or 9771074. OLE color: 9771074.

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

Color convert

RGB 66 24 149 -
CMYK 0.56 0.84 0 0.42
HSL 260.16º 0.72% 0.34% -
HSV(B) 260.16º 0.84% 0.58% -
XYZ 8 3.98 28.78 -
YUV 50.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 66 24 149 0.56 0.84 0 0.42 260.16 0.72 0.34
Hex 42 18 95 38 54 0 2A 104 48 22
Octal 102 30 225 70 124 0 52 404 110 42
Binary 1000010 11000 10010101 111000 1010100 0 101010 100000100 1001000 100010

Color Harmonies of #421895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421895

Black with #421895

Text Example


Text Example

White with #421895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421895; }

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

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

background-color css

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

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

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

border-color css

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

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

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