Html Css Color HEX #331093 Persian Indigo

📋 copy color: '#331093'

red 51 ◦ green 16 ◦ blue 147

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

Shades of Persian Indigo #331093

Tints of Persian Indigo #331093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 23.83%
G = 7.48%
B = 68.69%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#331093 (or 0x331093) is known color: Persian Indigo. HEX triplet: 33, 10 and 93. RGB value is (51,16,147). Sum of RGB (Red+Green+Blue) = 51+16+147=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #331093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331093 is #CCEF6C. Grayscale: #282828. Windows color (decimal): -13430637 or 9637939. OLE color: 9637939.

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

Color convert

RGB 51 16 147 -
CMYK 0.65 0.89 0 0.42
HSL 256.03º 0.8% 0.32% -
HSV(B) 256.03º 0.89% 0.58% -
XYZ 6.82 3.18 27.86 -
YUV 41.4 187.6 134.85 -
System Red Green Blue C M Y K H S L
Decimal 51 16 147 0.65 0.89 0 0.42 256.03 0.8 0.32
Hex 33 10 93 41 59 0 2A 100 50 20
Octal 63 20 223 101 131 0 52 400 120 40
Binary 110011 10000 10010011 1000001 1011001 0 101010 100000000 1010000 100000

Color Harmonies of #331093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331093

Black with #331093

Text Example


Text Example

White with #331093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331093; }

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

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

background-color css

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

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

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

border-color css

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

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

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