Html Css Color HEX #3B1273 Persian Indigo

📋 copy color: '#3B1273'

red 59 ◦ green 18 ◦ blue 115

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

Shades of Persian Indigo #3B1273

Tints of Persian Indigo #3B1273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 30.73%
G = 9.38%
B = 59.9%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B1273 (or 0x3B1273) is known color: Persian Indigo. HEX triplet: 3B, 12 and 73. RGB value is (59,18,115). Sum of RGB (Red+Green+Blue) = 59+18+115=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B1273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1273 is #C4ED8C. Grayscale: #282828. Windows color (decimal): -12905869 or 7541307. OLE color: 7541307.

HSL color Cylindrical-coordinate representation of color #3B1273: hue angle of 265.36º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B1273 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 18 115 -
CMYK 0.49 0.84 0 0.55
HSL 265.36º 0.73% 0.26% -
HSV(B) 265.36º 0.84% 0.45% -
XYZ 5.11 2.6 16.45 -
YUV 41.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 59 18 115 0.49 0.84 0 0.55 265.36 0.73 0.26
Hex 3B 12 73 31 54 0 37 109 49 1A
Octal 73 22 163 61 124 0 67 411 111 32
Binary 111011 10010 1110011 110001 1010100 0 110111 100001001 1001001 11010

Color Harmonies of #3B1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1273

Black with #3B1273

Text Example


Text Example

White with #3B1273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,18,115); }

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

background-color css

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

 a { background-color: rgb(59,18,115); }

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

border-color css

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

 span { border-color: rgb(59,18,115); }

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