Html Css Color HEX #3B0161 Indigo

📋 copy color: '#3B0161'

red 59 ◦ green 1 ◦ blue 97

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

Shades of Indigo #3B0161

Tints of Indigo #3B0161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 61.78%

R = 37.58%
G = 0.64%
B = 61.78%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3B0161 (or 0x3B0161) is known color: Indigo. HEX triplet: 3B, 01 and 61. RGB value is (59,1,97). Sum of RGB (Red+Green+Blue) = 59+1+97=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B0161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0161 is #C4FE9E. Grayscale: #1C1C1C. Windows color (decimal): -12910239 or 6357307. OLE color: 6357307.

HSL color Cylindrical-coordinate representation of color #3B0161: hue angle of 276.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0161 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 1 97 -
CMYK 0.39 0.99 0 0.62
HSL 276.25º 0.98% 0.19% -
HSV(B) 276.25º 0.99% 0.38% -
XYZ 3.97 1.81 11.45 -
YUV 29.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 59 1 97 0.39 0.99 0 0.62 276.25 0.98 0.19
Hex 3B 1 61 27 63 0 3E 114 62 13
Octal 73 1 141 47 143 0 76 424 142 23
Binary 111011 1 1100001 100111 1100011 0 111110 100010100 1100010 10011

Color Harmonies of #3B0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0161

Black with #3B0161

Text Example


Text Example

White with #3B0161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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