Html Css Color HEX #40129F Persian Indigo

📋 copy color: '#40129F'

red 64 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #40129F

Tints of Persian Indigo #40129F

RGB

 RED value IS 64 (25.39% from 255) = 26.56%

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

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

R = 26.56%
G = 7.47%
B = 65.98%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40129F (or 0x40129F) is known color: Persian Indigo. HEX triplet: 40, 12 and 9F. RGB value is (64,18,159). Sum of RGB (Red+Green+Blue) = 64+18+159=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #40129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40129F is #BFED60. Grayscale: #2F2F2F. Windows color (decimal): -12578145 or 10424896. OLE color: 10424896.

HSL color Cylindrical-coordinate representation of color #40129F: hue angle of 259.57º 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 #40129F is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 18 159 -
CMYK 0.60 0.89 0 0.38
HSL 259.57º 0.8% 0.35% -
HSV(B) 259.57º 0.89% 0.62% -
XYZ 8.59 4.03 33.13 -
YUV 47.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 64 18 159 0.60 0.89 0 0.38 259.57 0.8 0.35
Hex 40 12 9F 3C 59 0 26 104 50 23
Octal 100 22 237 74 131 0 46 404 120 43
Binary 1000000 10010 10011111 111100 1011001 0 100110 100000100 1010000 100011

Color Harmonies of #40129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40129F

Black with #40129F

Text Example


Text Example

White with #40129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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