Html Css Color HEX #3B0067 Indigo

📋 copy color: '#3B0067'

red 59 ◦ green 0 ◦ blue 103

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

Shades of Indigo #3B0067

Tints of Indigo #3B0067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 63.58%

R = 36.42%
G = 0%
B = 63.58%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3B0067 (or 0x3B0067) is known color: Indigo. HEX triplet: 3B, 00 and 67. RGB value is (59,0,103). Sum of RGB (Red+Green+Blue) = 59+0+103=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #3B0067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0067 is #C4FF98. Grayscale: #1D1D1D. Windows color (decimal): -12910489 or 6750267. OLE color: 6750267.

HSL color Cylindrical-coordinate representation of color #3B0067: hue angle of 274.37º 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 #3B0067 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 59 0 103 -
CMYK 0.43 1 0 0.60
HSL 274.37º 1% 0.2% -
HSV(B) 274.37º 1% 0.4% -
XYZ 4.25 1.91 12.98 -
YUV 29.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 59 0 103 0.43 1 0 0.60 274.37 1 0.2
Hex 3B 0 67 2B 64 0 3C 112 64 14
Octal 73 0 147 53 144 0 74 422 144 24
Binary 111011 0 1100111 101011 1100100 0 111100 100010010 1100100 10100

Color Harmonies of #3B0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0067

Black with #3B0067

Text Example


Text Example

White with #3B0067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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