Html Css Color HEX #3B0365 Indigo

📋 copy color: '#3B0365'

red 59 ◦ green 3 ◦ blue 101

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

Shades of Indigo #3B0365

Tints of Indigo #3B0365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.84%

 BLUE value IS 101 (39.84% from 255) = 61.96%

R = 36.2%
G = 1.84%
B = 61.96%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3B0365 (or 0x3B0365) is known color: Indigo. HEX triplet: 3B, 03 and 65. RGB value is (59,3,101). Sum of RGB (Red+Green+Blue) = 59+3+101=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0365 is #C4FC9A. Grayscale: #1E1E1E. Windows color (decimal): -12909723 or 6619963. OLE color: 6619963.

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

Color convert

RGB 59 3 101 -
CMYK 0.42 0.97 0 0.60
HSL 274.29º 0.94% 0.2% -
HSV(B) 274.29º 0.97% 0.4% -
XYZ 4.19 1.93 12.46 -
YUV 30.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 59 3 101 0.42 0.97 0 0.60 274.29 0.94 0.2
Hex 3B 3 65 2A 61 0 3C 112 5E 14
Octal 73 3 145 52 141 0 74 422 136 24
Binary 111011 11 1100101 101010 1100001 0 111100 100010010 1011110 10100

Color Harmonies of #3B0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0365

Black with #3B0365

Text Example


Text Example

White with #3B0365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,3,101); }

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

background-color css

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

 a { background-color: rgb(59,3,101); }

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

border-color css

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

 span { border-color: rgb(59,3,101); }

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