Html Css Color HEX #42197A Persian Indigo

📋 copy color: '#42197A'

red 66 ◦ green 25 ◦ blue 122

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

Shades of Persian Indigo #42197A

Tints of Persian Indigo #42197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.28%

R = 30.99%
G = 11.74%
B = 57.28%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42197A (or 0x42197A) is known color: Persian Indigo. HEX triplet: 42, 19 and 7A. RGB value is (66,25,122). Sum of RGB (Red+Green+Blue) = 66+25+122=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #42197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42197A is #BDE685. Grayscale: #2F2F2F. Windows color (decimal): -12445318 or 8001858. OLE color: 8001858.

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

Color convert

RGB 66 25 122 -
CMYK 0.46 0.80 0 0.52
HSL 265.36º 0.66% 0.29% -
HSV(B) 265.36º 0.8% 0.48% -
XYZ 6.11 3.26 18.72 -
YUV 48.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 66 25 122 0.46 0.80 0 0.52 265.36 0.66 0.29
Hex 42 19 7A 2E 50 0 34 109 42 1D
Octal 102 31 172 56 120 0 64 411 102 35
Binary 1000010 11001 1111010 101110 1010000 0 110100 100001001 1000010 11101

Color Harmonies of #42197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42197A

Black with #42197A

Text Example


Text Example

White with #42197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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