Html Css Color HEX #41069B Indigo

📋 copy color: '#41069B'

red 65 ◦ green 6 ◦ blue 155

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

Shades of Indigo #41069B

Tints of Indigo #41069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

 BLUE value IS 155 (60.94% from 255) = 68.58%

R = 28.76%
G = 2.65%
B = 68.58%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41069B (or 0x41069B) is known color: Indigo. HEX triplet: 41, 06 and 9B. RGB value is (65,6,155). Sum of RGB (Red+Green+Blue) = 65+6+155=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #41069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41069B is #BEF964. Grayscale: #282828. Windows color (decimal): -12515685 or 10159681. OLE color: 10159681.

HSL color Cylindrical-coordinate representation of color #41069B: hue angle of 263.76º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41069B is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 6 155 -
CMYK 0.58 0.96 0 0.39
HSL 263.76º 0.93% 0.32% -
HSV(B) 263.76º 0.96% 0.61% -
XYZ 8.16 3.62 31.28 -
YUV 40.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 65 6 155 0.58 0.96 0 0.39 263.76 0.93 0.32
Hex 41 6 9B 3A 60 0 27 108 5D 20
Octal 101 6 233 72 140 0 47 410 135 40
Binary 1000001 110 10011011 111010 1100000 0 100111 100001000 1011101 100000

Color Harmonies of #41069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41069B

Black with #41069B

Text Example


Text Example

White with #41069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,6,155); }

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

background-color css

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

 a { background-color: rgb(65,6,155); }

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

border-color css

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

 span { border-color: rgb(65,6,155); }

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