Html Css Color HEX #3B0066 Indigo

📋 copy color: '#3B0066'

red 59 ◦ green 0 ◦ blue 102

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

Shades of Indigo #3B0066

Tints of Indigo #3B0066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 63.35%

R = 36.65%
G = 0%
B = 63.35%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3B0066 (or 0x3B0066) is known color: Indigo. HEX triplet: 3B, 00 and 66. RGB value is (59,0,102). Sum of RGB (Red+Green+Blue) = 59+0+102=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0066 is #C4FF99. Grayscale: #1C1C1C. Windows color (decimal): -12910490 or 6684731. OLE color: 6684731.

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

Color convert

RGB 59 0 102 -
CMYK 0.42 1 0 0.6
HSL 274.71º 1% 0.2% -
HSV(B) 274.71º 1% 0.4% -
XYZ 4.2 1.89 12.71 -
YUV 29.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 59 0 102 0.42 1 0 0.6 274.71 1 0.2
Hex 3B 0 66 2A 64 0 3C 113 64 14
Octal 73 0 146 52 144 0 74 423 144 24
Binary 111011 0 1100110 101010 1100100 0 111100 100010011 1100100 10100

Color Harmonies of #3B0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0066

Black with #3B0066

Text Example


Text Example

White with #3B0066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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