Html Css Color HEX #3B006B Indigo

📋 copy color: '#3B006B'

red 59 ◦ green 0 ◦ blue 107

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

Shades of Indigo #3B006B

Tints of Indigo #3B006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 64.46%

R = 35.54%
G = 0%
B = 64.46%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B006B (or 0x3B006B) is known color: Indigo. HEX triplet: 3B, 00 and 6B. RGB value is (59,0,107). Sum of RGB (Red+Green+Blue) = 59+0+107=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B006B is #C4FF94. Grayscale: #1D1D1D. Windows color (decimal): -12910485 or 7012411. OLE color: 7012411.

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

Color convert

RGB 59 0 107 -
CMYK 0.45 1 0 0.58
HSL 273.08º 1% 0.21% -
HSV(B) 273.08º 1% 0.42% -
XYZ 4.46 1.99 14.06 -
YUV 29.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 59 0 107 0.45 1 0 0.58 273.08 1 0.21
Hex 3B 0 6B 2D 64 0 3A 111 64 15
Octal 73 0 153 55 144 0 72 421 144 25
Binary 111011 0 1101011 101101 1100100 0 111010 100010001 1100100 10101

Color Harmonies of #3B006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B006B

Black with #3B006B

Text Example


Text Example

White with #3B006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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