Html Css Color HEX #41168D Persian Indigo

📋 copy color: '#41168D'

red 65 ◦ green 22 ◦ blue 141

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

Shades of Persian Indigo #41168D

Tints of Persian Indigo #41168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 28.51%
G = 9.65%
B = 61.84%

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

#41168D (or 0x41168D) is known color: Persian Indigo. HEX triplet: 41, 16 and 8D. RGB value is (65,22,141). Sum of RGB (Red+Green+Blue) = 65+22+141=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #41168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41168D is #BEE972. Grayscale: #2F2F2F. Windows color (decimal): -12511603 or 9246273. OLE color: 9246273.

HSL color Cylindrical-coordinate representation of color #41168D: hue angle of 261.68º 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 #41168D is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 22 141 -
CMYK 0.54 0.84 0 0.45
HSL 261.68º 0.73% 0.32% -
HSV(B) 261.68º 0.84% 0.55% -
XYZ 7.27 3.62 25.51 -
YUV 48.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 65 22 141 0.54 0.84 0 0.45 261.68 0.73 0.32
Hex 41 16 8D 36 54 0 2D 106 49 20
Octal 101 26 215 66 124 0 55 406 111 40
Binary 1000001 10110 10001101 110110 1010100 0 101101 100000110 1001001 100000

Color Harmonies of #41168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41168D

Black with #41168D

Text Example


Text Example

White with #41168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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