Html Css Color HEX #41129B Persian Indigo

📋 copy color: '#41129B'

red 65 ◦ green 18 ◦ blue 155

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

Shades of Persian Indigo #41129B

Tints of Persian Indigo #41129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.13%

R = 27.31%
G = 7.56%
B = 65.13%

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

#41129B (or 0x41129B) is known color: Persian Indigo. HEX triplet: 41, 12 and 9B. RGB value is (65,18,155). Sum of RGB (Red+Green+Blue) = 65+18+155=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #41129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41129B is #BEED64. Grayscale: #2F2F2F. Windows color (decimal): -12512613 or 10162753. OLE color: 10162753.

HSL color Cylindrical-coordinate representation of color #41129B: hue angle of 260.58º 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 #41129B is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 18 155 -
CMYK 0.58 0.88 0 0.39
HSL 260.58º 0.79% 0.34% -
HSV(B) 260.58º 0.88% 0.61% -
XYZ 8.31 3.92 31.33 -
YUV 47.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 65 18 155 0.58 0.88 0 0.39 260.58 0.79 0.34
Hex 41 12 9B 3A 58 0 27 105 4F 22
Octal 101 22 233 72 130 0 47 405 117 42
Binary 1000001 10010 10011011 111010 1011000 0 100111 100000101 1001111 100010

Color Harmonies of #41129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41129B

Black with #41129B

Text Example


Text Example

White with #41129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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