Html Css Color HEX #331293 Persian Indigo

📋 copy color: '#331293'

red 51 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #331293

Tints of Persian Indigo #331293

RGB

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

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

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

R = 23.61%
G = 8.33%
B = 68.06%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#331293 (or 0x331293) is known color: Persian Indigo. HEX triplet: 33, 12 and 93. RGB value is (51,18,147). Sum of RGB (Red+Green+Blue) = 51+18+147=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #331293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331293 is #CCED6C. Grayscale: #2A2A2A. Windows color (decimal): -13430125 or 9638451. OLE color: 9638451.

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

Color convert

RGB 51 18 147 -
CMYK 0.65 0.88 0 0.42
HSL 255.35º 0.78% 0.32% -
HSV(B) 255.35º 0.88% 0.58% -
XYZ 6.85 3.24 27.87 -
YUV 42.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 51 18 147 0.65 0.88 0 0.42 255.35 0.78 0.32
Hex 33 12 93 41 58 0 2A FF 4E 20
Octal 63 22 223 101 130 0 52 377 116 40
Binary 110011 10010 10010011 1000001 1011000 0 101010 11111111 1001110 100000

Color Harmonies of #331293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331293

Black with #331293

Text Example


Text Example

White with #331293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331293; }

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

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

background-color css

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

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

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

border-color css

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

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

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