Html Css Color HEX #331373 Persian Indigo

📋 copy color: '#331373'

red 51 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #331373

Tints of Persian Indigo #331373

RGB

 RED value IS 51 (20.31% from 255) = 27.57%

 GREEN value IS 19 (7.81% from 255) = 10.27%

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

R = 27.57%
G = 10.27%
B = 62.16%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331373 (or 0x331373) is known color: Persian Indigo. HEX triplet: 33, 13 and 73. RGB value is (51,19,115). Sum of RGB (Red+Green+Blue) = 51+19+115=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #331373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331373 is #CCEC8C. Grayscale: #272727. Windows color (decimal): -13429901 or 7541555. OLE color: 7541555.

HSL color Cylindrical-coordinate representation of color #331373: hue angle of 260º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331373 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 19 115 -
CMYK 0.56 0.83 0 0.55
HSL 260º 0.72% 0.26% -
HSV(B) 260º 0.83% 0.45% -
XYZ 4.69 2.41 16.44 -
YUV 39.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 51 19 115 0.56 0.83 0 0.55 260 0.72 0.26
Hex 33 13 73 38 53 0 37 104 48 1A
Octal 63 23 163 70 123 0 67 404 110 32
Binary 110011 10011 1110011 111000 1010011 0 110111 100000100 1001000 11010

Color Harmonies of #331373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331373

Black with #331373

Text Example


Text Example

White with #331373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331373; }

 p { color: rgb(51,19,115); }

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

background-color css

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

 a { background-color: rgb(51,19,115); }

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

border-color css

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

 span { border-color: rgb(51,19,115); }

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