Html Css Color HEX #41057B Indigo

📋 copy color: '#41057B'

red 65 ◦ green 5 ◦ blue 123

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

Shades of Indigo #41057B

Tints of Indigo #41057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 33.68%
G = 2.59%
B = 63.73%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41057B (or 0x41057B) is known color: Indigo. HEX triplet: 41, 05 and 7B. RGB value is (65,5,123). Sum of RGB (Red+Green+Blue) = 65+5+123=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #41057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41057B is #BEFA84. Grayscale: #232323. Windows color (decimal): -12515973 or 8062273. OLE color: 8062273.

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

Color convert

RGB 65 5 123 -
CMYK 0.47 0.96 0 0.52
HSL 270.51º 0.92% 0.25% -
HSV(B) 270.51º 0.96% 0.48% -
XYZ 5.81 2.66 18.95 -
YUV 36.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 65 5 123 0.47 0.96 0 0.52 270.51 0.92 0.25
Hex 41 5 7B 2F 60 0 34 10F 5C 19
Octal 101 5 173 57 140 0 64 417 134 31
Binary 1000001 101 1111011 101111 1100000 0 110100 100001111 1011100 11001

Color Harmonies of #41057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41057B

Black with #41057B

Text Example


Text Example

White with #41057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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