Html Css Color HEX #42137F Persian Indigo

📋 copy color: '#42137F'

red 66 ◦ green 19 ◦ blue 127

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

Shades of Persian Indigo #42137F

Tints of Persian Indigo #42137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.91%

R = 31.13%
G = 8.96%
B = 59.91%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42137F (or 0x42137F) is known color: Persian Indigo. HEX triplet: 42, 13 and 7F. RGB value is (66,19,127). Sum of RGB (Red+Green+Blue) = 66+19+127=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #42137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42137F is #BDEC80. Grayscale: #2C2C2C. Windows color (decimal): -12446849 or 8328002. OLE color: 8328002.

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

Color convert

RGB 66 19 127 -
CMYK 0.48 0.85 0 0.50
HSL 266.11º 0.74% 0.29% -
HSV(B) 266.11º 0.85% 0.5% -
XYZ 6.31 3.16 20.36 -
YUV 45.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 66 19 127 0.48 0.85 0 0.50 266.11 0.74 0.29
Hex 42 13 7F 30 55 0 32 10A 4A 1D
Octal 102 23 177 60 125 0 62 412 112 35
Binary 1000010 10011 1111111 110000 1010101 0 110010 100001010 1001010 11101

Color Harmonies of #42137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42137F

Black with #42137F

Text Example


Text Example

White with #42137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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