Html Css Color HEX #42197C Persian Indigo

📋 copy color: '#42197C'

red 66 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #42197C

Tints of Persian Indigo #42197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 30.7%
G = 11.63%
B = 57.67%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42197C (or 0x42197C) is known color: Persian Indigo. HEX triplet: 42, 19 and 7C. RGB value is (66,25,124). Sum of RGB (Red+Green+Blue) = 66+25+124=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #42197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42197C is #BDE683. Grayscale: #303030. Windows color (decimal): -12445316 or 8132930. OLE color: 8132930.

HSL color Cylindrical-coordinate representation of color #42197C: hue angle of 264.85º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42197C is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 25 124 -
CMYK 0.47 0.80 0 0.51
HSL 264.85º 0.66% 0.29% -
HSV(B) 264.85º 0.8% 0.49% -
XYZ 6.23 3.31 19.38 -
YUV 48.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 66 25 124 0.47 0.80 0 0.51 264.85 0.66 0.29
Hex 42 19 7C 2F 50 0 33 109 42 1D
Octal 102 31 174 57 120 0 63 411 102 35
Binary 1000010 11001 1111100 101111 1010000 0 110011 100001001 1000010 11101

Color Harmonies of #42197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42197C

Black with #42197C

Text Example


Text Example

White with #42197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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