Html Css Color HEX #41018B Indigo

📋 copy color: '#41018B'

red 65 ◦ green 1 ◦ blue 139

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

Shades of Indigo #41018B

Tints of Indigo #41018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 31.71%
G = 0.49%
B = 67.8%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41018B (or 0x41018B) is known color: Indigo. HEX triplet: 41, 01 and 8B. RGB value is (65,1,139). Sum of RGB (Red+Green+Blue) = 65+1+139=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #41018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41018B is #BEFE74. Grayscale: #232323. Windows color (decimal): -12516981 or 9109825. OLE color: 9109825.

HSL color Cylindrical-coordinate representation of color #41018B: hue angle of 267.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41018B is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 1 139 -
CMYK 0.53 0.99 0 0.45
HSL 267.83º 0.99% 0.27% -
HSV(B) 267.83º 0.99% 0.55% -
XYZ 6.85 3.01 24.65 -
YUV 35.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 65 1 139 0.53 0.99 0 0.45 267.83 0.99 0.27
Hex 41 1 8B 35 63 0 2D 10C 63 1B
Octal 101 1 213 65 143 0 55 414 143 33
Binary 1000001 1 10001011 110101 1100011 0 101101 100001100 1100011 11011

Color Harmonies of #41018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41018B

Black with #41018B

Text Example


Text Example

White with #41018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,1,139); }

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

background-color css

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

 a { background-color: rgb(65,1,139); }

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

border-color css

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

 span { border-color: rgb(65,1,139); }

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