Html Css Color HEX #42149F Persian Indigo

📋 copy color: '#42149F'

red 66 ◦ green 20 ◦ blue 159

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

Shades of Persian Indigo #42149F

Tints of Persian Indigo #42149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

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

R = 26.94%
G = 8.16%
B = 64.9%

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

#42149F (or 0x42149F) is known color: Persian Indigo. HEX triplet: 42, 14 and 9F. RGB value is (66,20,159). Sum of RGB (Red+Green+Blue) = 66+20+159=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #42149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42149F is #BDEB60. Grayscale: #313131. Windows color (decimal): -12446561 or 10425410. OLE color: 10425410.

HSL color Cylindrical-coordinate representation of color #42149F: hue angle of 259.86º degrees, saturation: 0.78, 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 #42149F is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 20 159 -
CMYK 0.58 0.87 0 0.38
HSL 259.86º 0.78% 0.35% -
HSV(B) 259.86º 0.87% 0.62% -
XYZ 8.75 4.16 33.14 -
YUV 49.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 66 20 159 0.58 0.87 0 0.38 259.86 0.78 0.35
Hex 42 14 9F 3A 57 0 26 104 4E 23
Octal 102 24 237 72 127 0 46 404 116 43
Binary 1000010 10100 10011111 111010 1010111 0 100110 100000100 1001110 100011

Color Harmonies of #42149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42149F

Black with #42149F

Text Example


Text Example

White with #42149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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