Html Css Color HEX #42157E Persian Indigo

📋 copy color: '#42157E'

red 66 ◦ green 21 ◦ blue 126

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

Shades of Persian Indigo #42157E

Tints of Persian Indigo #42157E

RGB

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

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

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

R = 30.99%
G = 9.86%
B = 59.15%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42157E (or 0x42157E) is known color: Persian Indigo. HEX triplet: 42, 15 and 7E. RGB value is (66,21,126). Sum of RGB (Red+Green+Blue) = 66+21+126=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #42157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42157E is #BDEA81. Grayscale: #2E2E2E. Windows color (decimal): -12446338 or 8262978. OLE color: 8262978.

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

Color convert

RGB 66 21 126 -
CMYK 0.48 0.83 0 0.51
HSL 265.71º 0.71% 0.29% -
HSV(B) 265.71º 0.83% 0.49% -
XYZ 6.28 3.2 20.03 -
YUV 46.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 66 21 126 0.48 0.83 0 0.51 265.71 0.71 0.29
Hex 42 15 7E 30 53 0 33 10A 47 1D
Octal 102 25 176 60 123 0 63 412 107 35
Binary 1000010 10101 1111110 110000 1010011 0 110011 100001010 1000111 11101

Color Harmonies of #42157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42157E

Black with #42157E

Text Example


Text Example

White with #42157E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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