Html Css Color HEX #3B008D Indigo

📋 copy color: '#3B008D'

red 59 ◦ green 0 ◦ blue 141

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

Shades of Indigo #3B008D

Tints of Indigo #3B008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 70.5%

R = 29.5%
G = 0%
B = 70.5%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B008D (or 0x3B008D) is known color: Indigo. HEX triplet: 3B, 00 and 8D. RGB value is (59,0,141). Sum of RGB (Red+Green+Blue) = 59+0+141=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B008D is #C4FF72. Grayscale: #212121. Windows color (decimal): -12910451 or 9240635. OLE color: 9240635.

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

Color convert

RGB 59 0 141 -
CMYK 0.58 1 0 0.45
HSL 265.11º 1% 0.28% -
HSV(B) 265.11º 1% 0.55% -
XYZ 6.61 2.85 25.4 -
YUV 33.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 59 0 141 0.58 1 0 0.45 265.11 1 0.28
Hex 3B 0 8D 3A 64 0 2D 109 64 1C
Octal 73 0 215 72 144 0 55 411 144 34
Binary 111011 0 10001101 111010 1100100 0 101101 100001001 1100100 11100

Color Harmonies of #3B008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B008D

Black with #3B008D

Text Example


Text Example

White with #3B008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,0,141); }

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

background-color css

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

 a { background-color: rgb(59,0,141); }

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

border-color css

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

 span { border-color: rgb(59,0,141); }

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