Html Css Color HEX #41129C Persian Indigo

📋 copy color: '#41129C'

red 65 ◦ green 18 ◦ blue 156

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

Shades of Persian Indigo #41129C

Tints of Persian Indigo #41129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.27%

R = 27.2%
G = 7.53%
B = 65.27%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41129C (or 0x41129C) is known color: Persian Indigo. HEX triplet: 41, 12 and 9C. RGB value is (65,18,156). Sum of RGB (Red+Green+Blue) = 65+18+156=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #41129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41129C is #BEED63. Grayscale: #2F2F2F. Windows color (decimal): -12512612 or 10228289. OLE color: 10228289.

HSL color Cylindrical-coordinate representation of color #41129C: hue angle of 260.43º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41129C is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 18 156 -
CMYK 0.58 0.88 0 0.39
HSL 260.43º 0.79% 0.34% -
HSV(B) 260.43º 0.88% 0.61% -
XYZ 8.4 3.96 31.77 -
YUV 47.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 65 18 156 0.58 0.88 0 0.39 260.43 0.79 0.34
Hex 41 12 9C 3A 58 0 27 104 4F 22
Octal 101 22 234 72 130 0 47 404 117 42
Binary 1000001 10010 10011100 111010 1011000 0 100111 100000100 1001111 100010

Color Harmonies of #41129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41129C

Black with #41129C

Text Example


Text Example

White with #41129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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