Html Css Color HEX #41129F Persian Indigo

📋 copy color: '#41129F'

red 65 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #41129F

Tints of Persian Indigo #41129F

RGB

 RED value IS 65 (25.78% from 255) = 26.86%

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

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

R = 26.86%
G = 7.44%
B = 65.7%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41129F (or 0x41129F) is known color: Persian Indigo. HEX triplet: 41, 12 and 9F. RGB value is (65,18,159). Sum of RGB (Red+Green+Blue) = 65+18+159=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #41129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41129F is #BEED60. Grayscale: #2F2F2F. Windows color (decimal): -12512609 or 10424897. OLE color: 10424897.

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

Color convert

RGB 65 18 159 -
CMYK 0.59 0.89 0 0.38
HSL 260º 0.8% 0.35% -
HSV(B) 260º 0.89% 0.62% -
XYZ 8.65 4.06 33.13 -
YUV 48.13 190.57 140.04 -
System Red Green Blue C M Y K H S L
Decimal 65 18 159 0.59 0.89 0 0.38 260 0.8 0.35
Hex 41 12 9F 3B 59 0 26 104 50 23
Octal 101 22 237 73 131 0 46 404 120 43
Binary 1000001 10010 10011111 111011 1011001 0 100110 100000100 1010000 100011

Color Harmonies of #41129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41129F

Black with #41129F

Text Example


Text Example

White with #41129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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