Html Css Color HEX #331273 Persian Indigo

📋 copy color: '#331273'

red 51 ◦ green 18 ◦ blue 115

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

Shades of Persian Indigo #331273

Tints of Persian Indigo #331273

RGB

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

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

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

R = 27.72%
G = 9.78%
B = 62.5%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#331273 (or 0x331273) is known color: Persian Indigo. HEX triplet: 33, 12 and 73. RGB value is (51,18,115). Sum of RGB (Red+Green+Blue) = 51+18+115=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #331273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331273 is #CCED8C. Grayscale: #262626. Windows color (decimal): -13430157 or 7541299. OLE color: 7541299.

HSL color Cylindrical-coordinate representation of color #331273: hue angle of 260.41º 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 #331273 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 18 115 -
CMYK 0.56 0.84 0 0.55
HSL 260.41º 0.73% 0.26% -
HSV(B) 260.41º 0.84% 0.45% -
XYZ 4.68 2.37 16.43 -
YUV 38.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 51 18 115 0.56 0.84 0 0.55 260.41 0.73 0.26
Hex 33 12 73 38 54 0 37 104 49 1A
Octal 63 22 163 70 124 0 67 404 111 32
Binary 110011 10010 1110011 111000 1010100 0 110111 100000100 1001001 11010

Color Harmonies of #331273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331273

Black with #331273

Text Example


Text Example

White with #331273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331273; }

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

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

background-color css

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

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

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

border-color css

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

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

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