Html Css Color HEX #312093 Persian Indigo

📋 copy color: '#312093'

red 49 ◦ green 32 ◦ blue 147

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

Shades of Persian Indigo #312093

Tints of Persian Indigo #312093

RGB

 RED value IS 49 (19.53% from 255) = 21.49%

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 21.49%
G = 14.04%
B = 64.47%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312093 (or 0x312093) is known color: Persian Indigo. HEX triplet: 31, 20 and 93. RGB value is (49,32,147). Sum of RGB (Red+Green+Blue) = 49+32+147=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #312093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312093 is #CEDF6C. Grayscale: #313131. Windows color (decimal): -13557613 or 9642033. OLE color: 9642033.

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

Color convert

RGB 49 32 147 -
CMYK 0.67 0.78 0 0.42
HSL 248.87º 0.64% 0.35% -
HSV(B) 248.87º 0.78% 0.58% -
XYZ 7.05 3.79 27.96 -
YUV 50.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 49 32 147 0.67 0.78 0 0.42 248.87 0.64 0.35
Hex 31 20 93 43 4E 0 2A F9 40 23
Octal 61 40 223 103 116 0 52 371 100 43
Binary 110001 100000 10010011 1000011 1001110 0 101010 11111001 1000000 100011

Color Harmonies of #312093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312093

Black with #312093

Text Example


Text Example

White with #312093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312093; }

 p { color: rgb(49,32,147); }

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

background-color css

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

 a { background-color: rgb(49,32,147); }

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

border-color css

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

 span { border-color: rgb(49,32,147); }

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