Html Css Color HEX #41088C Indigo

📋 copy color: '#41088C'

red 65 ◦ green 8 ◦ blue 140

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

Shades of Indigo #41088C

Tints of Indigo #41088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

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

R = 30.52%
G = 3.76%
B = 65.73%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41088C (or 0x41088C) is known color: Indigo. HEX triplet: 41, 08 and 8C. RGB value is (65,8,140). Sum of RGB (Red+Green+Blue) = 65+8+140=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #41088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41088C is #BEF773. Grayscale: #272727. Windows color (decimal): -12515188 or 9177153. OLE color: 9177153.

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

Color convert

RGB 65 8 140 -
CMYK 0.54 0.94 0 0.45
HSL 265.91º 0.89% 0.29% -
HSV(B) 265.91º 0.94% 0.55% -
XYZ 7 3.19 25.06 -
YUV 40.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 65 8 140 0.54 0.94 0 0.45 265.91 0.89 0.29
Hex 41 8 8C 36 5E 0 2D 10A 59 1D
Octal 101 10 214 66 136 0 55 412 131 35
Binary 1000001 1000 10001100 110110 1011110 0 101101 100001010 1011001 11101

Color Harmonies of #41088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41088C

Black with #41088C

Text Example


Text Example

White with #41088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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