Html Css Color HEX #42129F Persian Indigo

📋 copy color: '#42129F'

red 66 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #42129F

Tints of Persian Indigo #42129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 27.16%
G = 7.41%
B = 65.43%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42129F (or 0x42129F) is known color: Persian Indigo. HEX triplet: 42, 12 and 9F. RGB value is (66,18,159). Sum of RGB (Red+Green+Blue) = 66+18+159=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #42129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42129F is #BDED60. Grayscale: #2F2F2F. Windows color (decimal): -12447073 or 10424898. OLE color: 10424898.

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

Color convert

RGB 66 18 159 -
CMYK 0.58 0.89 0 0.38
HSL 260.43º 0.8% 0.35% -
HSV(B) 260.43º 0.89% 0.62% -
XYZ 8.72 4.09 33.13 -
YUV 48.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 66 18 159 0.58 0.89 0 0.38 260.43 0.8 0.35
Hex 42 12 9F 3A 59 0 26 104 50 23
Octal 102 22 237 72 131 0 46 404 120 43
Binary 1000010 10010 10011111 111010 1011001 0 100110 100000100 1010000 100011

Color Harmonies of #42129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42129F

Black with #42129F

Text Example


Text Example

White with #42129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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