Html Css Color HEX #42137E Persian Indigo

📋 copy color: '#42137E'

red 66 ◦ green 19 ◦ blue 126

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

Shades of Persian Indigo #42137E

Tints of Persian Indigo #42137E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 126 (49.61% from 255) = 59.72%

R = 31.28%
G = 9%
B = 59.72%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42137E (or 0x42137E) is known color: Persian Indigo. HEX triplet: 42, 13 and 7E. RGB value is (66,19,126). Sum of RGB (Red+Green+Blue) = 66+19+126=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #42137E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42137E is #BDEC81. Grayscale: #2C2C2C. Windows color (decimal): -12446850 or 8262466. OLE color: 8262466.

HSL color Cylindrical-coordinate representation of color #42137E: hue angle of 266.36º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42137E is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 19 126 -
CMYK 0.48 0.85 0 0.51
HSL 266.36º 0.74% 0.28% -
HSV(B) 266.36º 0.85% 0.49% -
XYZ 6.25 3.13 20.01 -
YUV 45.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 66 19 126 0.48 0.85 0 0.51 266.36 0.74 0.28
Hex 42 13 7E 30 55 0 33 10A 4A 1C
Octal 102 23 176 60 125 0 63 412 112 34
Binary 1000010 10011 1111110 110000 1010101 0 110011 100001010 1001010 11100

Color Harmonies of #42137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42137E

Black with #42137E

Text Example


Text Example

White with #42137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42137E; }

 p { color: rgb(66,19,126); }

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

background-color css

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

 a { background-color: rgb(66,19,126); }

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

border-color css

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

 span { border-color: rgb(66,19,126); }

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