Html Css Color HEX #3B017B Indigo

📋 copy color: '#3B017B'

red 59 ◦ green 1 ◦ blue 123

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

Shades of Indigo #3B017B

Tints of Indigo #3B017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 123 (48.44% from 255) = 67.21%

R = 32.24%
G = 0.55%
B = 67.21%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3B017B (or 0x3B017B) is known color: Indigo. HEX triplet: 3B, 01 and 7B. RGB value is (59,1,123). Sum of RGB (Red+Green+Blue) = 59+1+123=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B017B is #C4FE84. Grayscale: #1F1F1F. Windows color (decimal): -12910213 or 8061243. OLE color: 8061243.

HSL color Cylindrical-coordinate representation of color #3B017B: hue angle of 268.52º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B017B is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 59 1 123 -
CMYK 0.52 0.99 0 0.52
HSL 268.52º 0.98% 0.24% -
HSV(B) 268.52º 0.99% 0.48% -
XYZ 5.39 2.38 18.91 -
YUV 32.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 59 1 123 0.52 0.99 0 0.52 268.52 0.98 0.24
Hex 3B 1 7B 34 63 0 34 10D 62 18
Octal 73 1 173 64 143 0 64 415 142 30
Binary 111011 1 1111011 110100 1100011 0 110100 100001101 1100010 11000

Color Harmonies of #3B017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B017B

Black with #3B017B

Text Example


Text Example

White with #3B017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,1,123); }

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

background-color css

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

 a { background-color: rgb(59,1,123); }

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

border-color css

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

 span { border-color: rgb(59,1,123); }

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