Html Css Color HEX #42157F Persian Indigo

📋 copy color: '#42157F'

red 66 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #42157F

Tints of Persian Indigo #42157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 30.84%
G = 9.81%
B = 59.35%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42157F (or 0x42157F) is known color: Persian Indigo. HEX triplet: 42, 15 and 7F. RGB value is (66,21,127). Sum of RGB (Red+Green+Blue) = 66+21+127=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #42157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42157F is #BDEA80. Grayscale: #2E2E2E. Windows color (decimal): -12446337 or 8328514. OLE color: 8328514.

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

Color convert

RGB 66 21 127 -
CMYK 0.48 0.83 0 0.50
HSL 265.47º 0.72% 0.29% -
HSV(B) 265.47º 0.83% 0.5% -
XYZ 6.35 3.23 20.37 -
YUV 46.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 66 21 127 0.48 0.83 0 0.50 265.47 0.72 0.29
Hex 42 15 7F 30 53 0 32 109 48 1D
Octal 102 25 177 60 123 0 62 411 110 35
Binary 1000010 10101 1111111 110000 1010011 0 110010 100001001 1001000 11101

Color Harmonies of #42157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42157F

Black with #42157F

Text Example


Text Example

White with #42157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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