Html Css Color HEX #41168C Persian Indigo

📋 copy color: '#41168C'

red 65 ◦ green 22 ◦ blue 140

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

Shades of Persian Indigo #41168C

Tints of Persian Indigo #41168C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 28.63%
G = 9.69%
B = 61.67%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41168C (or 0x41168C) is known color: Persian Indigo. HEX triplet: 41, 16 and 8C. RGB value is (65,22,140). Sum of RGB (Red+Green+Blue) = 65+22+140=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #41168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41168C is #BEE973. Grayscale: #2F2F2F. Windows color (decimal): -12511604 or 9180737. OLE color: 9180737.

HSL color Cylindrical-coordinate representation of color #41168C: hue angle of 261.86º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41168C is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 22 140 -
CMYK 0.54 0.84 0 0.45
HSL 261.86º 0.73% 0.32% -
HSV(B) 261.86º 0.84% 0.55% -
XYZ 7.2 3.59 25.12 -
YUV 48.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 65 22 140 0.54 0.84 0 0.45 261.86 0.73 0.32
Hex 41 16 8C 36 54 0 2D 106 49 20
Octal 101 26 214 66 124 0 55 406 111 40
Binary 1000001 10110 10001100 110110 1010100 0 101101 100000110 1001001 100000

Color Harmonies of #41168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41168C

Black with #41168C

Text Example


Text Example

White with #41168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,22,140); }

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

background-color css

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

 a { background-color: rgb(65,22,140); }

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

border-color css

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

 span { border-color: rgb(65,22,140); }

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