Html Css Color HEX #331375 Persian Indigo

📋 copy color: '#331375'

red 51 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #331375

Tints of Persian Indigo #331375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.57%

R = 27.27%
G = 10.16%
B = 62.57%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#331375 (or 0x331375) is known color: Persian Indigo. HEX triplet: 33, 13 and 75. RGB value is (51,19,117). Sum of RGB (Red+Green+Blue) = 51+19+117=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #331375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331375 is #CCEC8A. Grayscale: #272727. Windows color (decimal): -13429899 or 7672627. OLE color: 7672627.

HSL color Cylindrical-coordinate representation of color #331375: hue angle of 259.59º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331375 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 19 117 -
CMYK 0.56 0.84 0 0.54
HSL 259.59º 0.72% 0.27% -
HSV(B) 259.59º 0.84% 0.46% -
XYZ 4.81 2.45 17.05 -
YUV 39.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 51 19 117 0.56 0.84 0 0.54 259.59 0.72 0.27
Hex 33 13 75 38 54 0 36 104 48 1B
Octal 63 23 165 70 124 0 66 404 110 33
Binary 110011 10011 1110101 111000 1010100 0 110110 100000100 1001000 11011

Color Harmonies of #331375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331375

Black with #331375

Text Example


Text Example

White with #331375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331375; }

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

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

background-color css

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

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

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

border-color css

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

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

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