Html Css Color HEX #3B008F Indigo

📋 copy color: '#3B008F'

red 59 ◦ green 0 ◦ blue 143

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

Shades of Indigo #3B008F

Tints of Indigo #3B008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 70.79%

R = 29.21%
G = 0%
B = 70.79%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B008F (or 0x3B008F) is known color: Indigo. HEX triplet: 3B, 00 and 8F. RGB value is (59,0,143). Sum of RGB (Red+Green+Blue) = 59+0+143=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 143 (56.25% from 255 or 70.79% from 202); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B008F is #C4FF70. Grayscale: #212121. Windows color (decimal): -12910449 or 9371707. OLE color: 9371707.

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

Color convert

RGB 59 0 143 -
CMYK 0.59 1 0 0.44
HSL 264.76º 1% 0.28% -
HSV(B) 264.76º 1% 0.56% -
XYZ 6.76 2.91 26.19 -
YUV 33.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 59 0 143 0.59 1 0 0.44 264.76 1 0.28
Hex 3B 0 8F 3B 64 0 2C 109 64 1C
Octal 73 0 217 73 144 0 54 411 144 34
Binary 111011 0 10001111 111011 1100100 0 101100 100001001 1100100 11100

Color Harmonies of #3B008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B008F

Black with #3B008F

Text Example


Text Example

White with #3B008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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