Html Css Color HEX #42199C Persian Indigo

📋 copy color: '#42199C'

red 66 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #42199C

Tints of Persian Indigo #42199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 26.72%
G = 10.12%
B = 63.16%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42199C (or 0x42199C) is known color: Persian Indigo. HEX triplet: 42, 19 and 9C. RGB value is (66,25,156). Sum of RGB (Red+Green+Blue) = 66+25+156=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #42199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42199C is #BDE663. Grayscale: #333333. Windows color (decimal): -12445284 or 10230082. OLE color: 10230082.

HSL color Cylindrical-coordinate representation of color #42199C: hue angle of 258.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42199C is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 25 156 -
CMYK 0.58 0.84 0 0.39
HSL 258.78º 0.72% 0.35% -
HSV(B) 258.78º 0.84% 0.61% -
XYZ 8.6 4.25 31.82 -
YUV 52.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 66 25 156 0.58 0.84 0 0.39 258.78 0.72 0.35
Hex 42 19 9C 3A 54 0 27 103 48 23
Octal 102 31 234 72 124 0 47 403 110 43
Binary 1000010 11001 10011100 111010 1010100 0 100111 100000011 1001000 100011

Color Harmonies of #42199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42199C

Black with #42199C

Text Example


Text Example

White with #42199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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