Html Css Color HEX #3B037D Indigo

📋 copy color: '#3B037D'

red 59 ◦ green 3 ◦ blue 125

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

Shades of Indigo #3B037D

Tints of Indigo #3B037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.84%

R = 31.55%
G = 1.6%
B = 66.84%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B037D (or 0x3B037D) is known color: Indigo. HEX triplet: 3B, 03 and 7D. RGB value is (59,3,125). Sum of RGB (Red+Green+Blue) = 59+3+125=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B037D is #C4FC82. Grayscale: #212121. Windows color (decimal): -12909699 or 8192827. OLE color: 8192827.

HSL color Cylindrical-coordinate representation of color #3B037D: hue angle of 267.54º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B037D is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 3 125 -
CMYK 0.53 0.98 0 0.51
HSL 267.54º 0.95% 0.25% -
HSV(B) 267.54º 0.98% 0.49% -
XYZ 5.54 2.48 19.59 -
YUV 33.65 179.55 146.08 -
System Red Green Blue C M Y K H S L
Decimal 59 3 125 0.53 0.98 0 0.51 267.54 0.95 0.25
Hex 3B 3 7D 35 62 0 33 10C 5F 19
Octal 73 3 175 65 142 0 63 414 137 31
Binary 111011 11 1111101 110101 1100010 0 110011 100001100 1011111 11001

Color Harmonies of #3B037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B037D

Black with #3B037D

Text Example


Text Example

White with #3B037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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