Html Css Color HEX #3B058B Indigo

📋 copy color: '#3B058B'

red 59 ◦ green 5 ◦ blue 139

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

Shades of Indigo #3B058B

Tints of Indigo #3B058B

RGB

 RED value IS 59 (23.44% from 255) = 29.06%

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

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

R = 29.06%
G = 2.46%
B = 68.47%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B058B (or 0x3B058B) is known color: Indigo. HEX triplet: 3B, 05 and 8B. RGB value is (59,5,139). Sum of RGB (Red+Green+Blue) = 59+5+139=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B058B is #C4FA74. Grayscale: #232323. Windows color (decimal): -12909173 or 9110843. OLE color: 9110843.

HSL color Cylindrical-coordinate representation of color #3B058B: hue angle of 264.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B058B is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 5 139 -
CMYK 0.58 0.96 0 0.45
HSL 264.18º 0.93% 0.28% -
HSV(B) 264.18º 0.96% 0.55% -
XYZ 6.52 2.9 24.64 -
YUV 36.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 59 5 139 0.58 0.96 0 0.45 264.18 0.93 0.28
Hex 3B 5 8B 3A 60 0 2D 108 5D 1C
Octal 73 5 213 72 140 0 55 410 135 34
Binary 111011 101 10001011 111010 1100000 0 101101 100001000 1011101 11100

Color Harmonies of #3B058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B058B

Black with #3B058B

Text Example


Text Example

White with #3B058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B058B; }

 p { color: rgb(59,5,139); }

 H1.HeaderClassName
 {
   color: #3B058B;
 }
 .AnyTagClassName
 {
   color: #3B058B;
 }
</style>

background-color css

<style>
 a { background-color: #3B058B; }

 a { background-color: rgb(59,5,139); }

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

border-color css

<style>
 span { border-color: #3B058B; }

 span { border-color: rgb(59,5,139); }

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