Html Css Color HEX #3B1F78 Persian Indigo

📋 copy color: '#3B1F78'

red 59 ◦ green 31 ◦ blue 120

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

Shades of Persian Indigo #3B1F78

Tints of Persian Indigo #3B1F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.76%

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

R = 28.1%
G = 14.76%
B = 57.14%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B1F78 (or 0x3B1F78) is known color: Persian Indigo. HEX triplet: 3B, 1F and 78. RGB value is (59,31,120). Sum of RGB (Red+Green+Blue) = 59+31+120=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B1F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1F78 is #C4E087. Grayscale: #313131. Windows color (decimal): -12902536 or 7872315. OLE color: 7872315.

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

Color convert

RGB 59 31 120 -
CMYK 0.51 0.74 0 0.53
HSL 258.88º 0.59% 0.3% -
HSV(B) 258.88º 0.74% 0.47% -
XYZ 5.68 3.27 18.1 -
YUV 49.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 59 31 120 0.51 0.74 0 0.53 258.88 0.59 0.3
Hex 3B 1F 78 33 4A 0 35 103 3B 1E
Octal 73 37 170 63 112 0 65 403 73 36
Binary 111011 11111 1111000 110011 1001010 0 110101 100000011 111011 11110

Color Harmonies of #3B1F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F78

Black with #3B1F78

Text Example


Text Example

White with #3B1F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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