Html Css Color HEX #321293 Persian Indigo

📋 copy color: '#321293'

red 50 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #321293

Tints of Persian Indigo #321293

RGB

 RED value IS 50 (19.92% from 255) = 23.26%

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

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

R = 23.26%
G = 8.37%
B = 68.37%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#321293 (or 0x321293) is known color: Persian Indigo. HEX triplet: 32, 12 and 93. RGB value is (50,18,147). Sum of RGB (Red+Green+Blue) = 50+18+147=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #321293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321293 is #CDED6C. Grayscale: #292929. Windows color (decimal): -13495661 or 9638450. OLE color: 9638450.

HSL color Cylindrical-coordinate representation of color #321293: hue angle of 254.88º 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 #321293 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 18 147 -
CMYK 0.66 0.88 0 0.42
HSL 254.88º 0.78% 0.32% -
HSV(B) 254.88º 0.88% 0.58% -
XYZ 6.8 3.22 27.87 -
YUV 42.27 187.1 133.51 -
System Red Green Blue C M Y K H S L
Decimal 50 18 147 0.66 0.88 0 0.42 254.88 0.78 0.32
Hex 32 12 93 42 58 0 2A FF 4E 20
Octal 62 22 223 102 130 0 52 377 116 40
Binary 110010 10010 10010011 1000010 1011000 0 101010 11111111 1001110 100000

Color Harmonies of #321293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321293

Black with #321293

Text Example


Text Example

White with #321293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321293; }

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

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

background-color css

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

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

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

border-color css

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

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

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