Html Css Color HEX #41189C Persian Indigo

📋 copy color: '#41189C'

red 65 ◦ green 24 ◦ blue 156

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

Shades of Persian Indigo #41189C

Tints of Persian Indigo #41189C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 26.53%
G = 9.8%
B = 63.67%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41189C (or 0x41189C) is known color: Persian Indigo. HEX triplet: 41, 18 and 9C. RGB value is (65,24,156). Sum of RGB (Red+Green+Blue) = 65+24+156=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #41189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41189C is #BEE763. Grayscale: #323232. Windows color (decimal): -12511076 or 10229825. OLE color: 10229825.

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

Color convert

RGB 65 24 156 -
CMYK 0.58 0.85 0 0.39
HSL 258.64º 0.73% 0.35% -
HSV(B) 258.64º 0.85% 0.61% -
XYZ 8.51 4.18 31.81 -
YUV 51.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 65 24 156 0.58 0.85 0 0.39 258.64 0.73 0.35
Hex 41 18 9C 3A 55 0 27 103 49 23
Octal 101 30 234 72 125 0 47 403 111 43
Binary 1000001 11000 10011100 111010 1010101 0 100111 100000011 1001001 100011

Color Harmonies of #41189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41189C

Black with #41189C

Text Example


Text Example

White with #41189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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