Html Css Color HEX #331493 Persian Indigo

📋 copy color: '#331493'

red 51 ◦ green 20 ◦ blue 147

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

Shades of Persian Indigo #331493

Tints of Persian Indigo #331493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 147 (57.81% from 255) = 67.43%

R = 23.39%
G = 9.17%
B = 67.43%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#331493 (or 0x331493) is known color: Persian Indigo. HEX triplet: 33, 14 and 93. RGB value is (51,20,147). Sum of RGB (Red+Green+Blue) = 51+20+147=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #331493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331493 is #CCEB6C. Grayscale: #2B2B2B. Windows color (decimal): -13429613 or 9638963. OLE color: 9638963.

HSL color Cylindrical-coordinate representation of color #331493: hue angle of 254.65º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331493 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 20 147 -
CMYK 0.65 0.86 0 0.42
HSL 254.65º 0.76% 0.33% -
HSV(B) 254.65º 0.86% 0.58% -
XYZ 6.88 3.31 27.88 -
YUV 43.75 186.27 133.17 -
System Red Green Blue C M Y K H S L
Decimal 51 20 147 0.65 0.86 0 0.42 254.65 0.76 0.33
Hex 33 14 93 41 56 0 2A FF 4C 21
Octal 63 24 223 101 126 0 52 377 114 41
Binary 110011 10100 10010011 1000001 1010110 0 101010 11111111 1001100 100001

Color Harmonies of #331493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331493

Black with #331493

Text Example


Text Example

White with #331493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331493; }

 p { color: rgb(51,20,147); }

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

background-color css

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

 a { background-color: rgb(51,20,147); }

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

border-color css

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

 span { border-color: rgb(51,20,147); }

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