Html Css Color HEX #312AC1 Persian Blue

📋 copy color: '#312AC1'

red 49 ◦ green 42 ◦ blue 193

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

Shades of Persian Blue #312AC1

Tints of Persian Blue #312AC1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

 BLUE value IS 193 (75.78% from 255) = 67.96%

R = 17.25%
G = 14.79%
B = 67.96%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#312AC1 (or 0x312AC1) is known color: Persian Blue. HEX triplet: 31, 2A and C1. RGB value is (49,42,193). Sum of RGB (Red+Green+Blue) = 49+42+193=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #312AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312AC1 is #CED53E. Grayscale: #3C3C3C. Windows color (decimal): -13555007 or 12659249. OLE color: 12659249.

HSL color Cylindrical-coordinate representation of color #312AC1: hue angle of 242.78º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312AC1 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 42 193 -
CMYK 0.75 0.78 0 0.24
HSL 242.78º 0.64% 0.46% -
HSV(B) 242.78º 0.78% 0.76% -
XYZ 11.72 6.16 51.02 -
YUV 61.31 202.32 119.22 -
System Red Green Blue C M Y K H S L
Decimal 49 42 193 0.75 0.78 0 0.24 242.78 0.64 0.46
Hex 31 2A C1 4B 4E 0 18 F3 40 2E
Octal 61 52 301 113 116 0 30 363 100 56
Binary 110001 101010 11000001 1001011 1001110 0 11000 11110011 1000000 101110

Color Harmonies of #312AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312AC1

Black with #312AC1

Text Example


Text Example

White with #312AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312AC1; }

 p { color: rgb(49,42,193); }

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

background-color css

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

 a { background-color: rgb(49,42,193); }

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

border-color css

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

 span { border-color: rgb(49,42,193); }

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