Html Css Color HEX #42159F Persian Indigo

📋 copy color: '#42159F'

red 66 ◦ green 21 ◦ blue 159

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

Shades of Persian Indigo #42159F

Tints of Persian Indigo #42159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 26.83%
G = 8.54%
B = 64.63%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42159F (or 0x42159F) is known color: Persian Indigo. HEX triplet: 42, 15 and 9F. RGB value is (66,21,159). Sum of RGB (Red+Green+Blue) = 66+21+159=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #42159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42159F is #BDEA60. Grayscale: #313131. Windows color (decimal): -12446305 or 10425666. OLE color: 10425666.

HSL color Cylindrical-coordinate representation of color #42159F: hue angle of 259.57º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42159F is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 21 159 -
CMYK 0.58 0.87 0 0.38
HSL 259.57º 0.77% 0.35% -
HSV(B) 259.57º 0.87% 0.62% -
XYZ 8.77 4.2 33.15 -
YUV 50.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 66 21 159 0.58 0.87 0 0.38 259.57 0.77 0.35
Hex 42 15 9F 3A 57 0 26 104 4D 23
Octal 102 25 237 72 127 0 46 404 115 43
Binary 1000010 10101 10011111 111010 1010111 0 100110 100000100 1001101 100011

Color Harmonies of #42159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42159F

Black with #42159F

Text Example


Text Example

White with #42159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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