Html Css Color HEX #41007B Indigo

📋 copy color: '#41007B'

red 65 ◦ green 0 ◦ blue 123

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

Shades of Indigo #41007B

Tints of Indigo #41007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 65.43%

R = 34.57%
G = 0%
B = 65.43%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41007B (or 0x41007B) is known color: Indigo. HEX triplet: 41, 00 and 7B. RGB value is (65,0,123). Sum of RGB (Red+Green+Blue) = 65+0+123=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #41007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41007B is #BEFF84. Grayscale: #212121. Windows color (decimal): -12517253 or 8060993. OLE color: 8060993.

HSL color Cylindrical-coordinate representation of color #41007B: hue angle of 271.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41007B is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 0 123 -
CMYK 0.47 1 0 0.52
HSL 271.71º 1% 0.24% -
HSV(B) 271.71º 1% 0.48% -
XYZ 5.76 2.55 18.93 -
YUV 33.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 65 0 123 0.47 1 0 0.52 271.71 1 0.24
Hex 41 0 7B 2F 64 0 34 110 64 18
Octal 101 0 173 57 144 0 64 420 144 30
Binary 1000001 0 1111011 101111 1100100 0 110100 100010000 1100100 11000

Color Harmonies of #41007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41007B

Black with #41007B

Text Example


Text Example

White with #41007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,0,123); }

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

background-color css

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

 a { background-color: rgb(65,0,123); }

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

border-color css

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

 span { border-color: rgb(65,0,123); }

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