Html Css Color HEX #3B0378 Indigo

📋 copy color: '#3B0378'

red 59 ◦ green 3 ◦ blue 120

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

Shades of Indigo #3B0378

Tints of Indigo #3B0378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 65.93%

R = 32.42%
G = 1.65%
B = 65.93%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B0378 (or 0x3B0378) is known color: Indigo. HEX triplet: 3B, 03 and 78. RGB value is (59,3,120). Sum of RGB (Red+Green+Blue) = 59+3+120=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B0378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0378 is #C4FC87. Grayscale: #202020. Windows color (decimal): -12909704 or 7865147. OLE color: 7865147.

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

Color convert

RGB 59 3 120 -
CMYK 0.51 0.98 0 0.53
HSL 268.72º 0.95% 0.24% -
HSV(B) 268.72º 0.98% 0.47% -
XYZ 5.23 2.35 17.95 -
YUV 33.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 59 3 120 0.51 0.98 0 0.53 268.72 0.95 0.24
Hex 3B 3 78 33 62 0 35 10D 5F 18
Octal 73 3 170 63 142 0 65 415 137 30
Binary 111011 11 1111000 110011 1100010 0 110101 100001101 1011111 11000

Color Harmonies of #3B0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0378

Black with #3B0378

Text Example


Text Example

White with #3B0378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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