Html Css Color HEX #3B036F Indigo

📋 copy color: '#3B036F'

red 59 ◦ green 3 ◦ blue 111

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

Shades of Indigo #3B036F

Tints of Indigo #3B036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.16%

R = 34.1%
G = 1.73%
B = 64.16%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B036F (or 0x3B036F) is known color: Indigo. HEX triplet: 3B, 03 and 6F. RGB value is (59,3,111). Sum of RGB (Red+Green+Blue) = 59+3+111=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B036F is #C4FC90. Grayscale: #1F1F1F. Windows color (decimal): -12909713 or 7275323. OLE color: 7275323.

HSL color Cylindrical-coordinate representation of color #3B036F: hue angle of 271.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B036F is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 3 111 -
CMYK 0.47 0.97 0 0.56
HSL 271.11º 0.95% 0.22% -
HSV(B) 271.11º 0.97% 0.44% -
XYZ 4.71 2.14 15.2 -
YUV 32.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 59 3 111 0.47 0.97 0 0.56 271.11 0.95 0.22
Hex 3B 3 6F 2F 61 0 38 10F 5F 16
Octal 73 3 157 57 141 0 70 417 137 26
Binary 111011 11 1101111 101111 1100001 0 111000 100001111 1011111 10110

Color Harmonies of #3B036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B036F

Black with #3B036F

Text Example


Text Example

White with #3B036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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