Html Css Color HEX #42199F Persian Indigo

📋 copy color: '#42199F'

red 66 ◦ green 25 ◦ blue 159

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

Shades of Persian Indigo #42199F

Tints of Persian Indigo #42199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 26.4%
G = 10%
B = 63.6%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42199F (or 0x42199F) is known color: Persian Indigo. HEX triplet: 42, 19 and 9F. RGB value is (66,25,159). Sum of RGB (Red+Green+Blue) = 66+25+159=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #42199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42199F is #BDE660. Grayscale: #343434. Windows color (decimal): -12445281 or 10426690. OLE color: 10426690.

HSL color Cylindrical-coordinate representation of color #42199F: hue angle of 258.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42199F is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 25 159 -
CMYK 0.58 0.84 0 0.38
HSL 258.36º 0.73% 0.36% -
HSV(B) 258.36º 0.84% 0.62% -
XYZ 8.85 4.36 33.18 -
YUV 52.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 66 25 159 0.58 0.84 0 0.38 258.36 0.73 0.36
Hex 42 19 9F 3A 54 0 26 102 49 24
Octal 102 31 237 72 124 0 46 402 111 44
Binary 1000010 11001 10011111 111010 1010100 0 100110 100000010 1001001 100100

Color Harmonies of #42199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42199F

Black with #42199F

Text Example


Text Example

White with #42199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42199F; }

 p { color: rgb(66,25,159); }

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

background-color css

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

 a { background-color: rgb(66,25,159); }

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

border-color css

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

 span { border-color: rgb(66,25,159); }

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