Html Css Color HEX #312CC1 Persian Blue

📋 copy color: '#312CC1'

red 49 ◦ green 44 ◦ blue 193

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

Shades of Persian Blue #312CC1

Tints of Persian Blue #312CC1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 17.13%
G = 15.38%
B = 67.48%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#312CC1 (or 0x312CC1) is known color: Persian Blue. HEX triplet: 31, 2C and C1. RGB value is (49,44,193). Sum of RGB (Red+Green+Blue) = 49+44+193=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 193 (75.78% from 255 or 67.48% from 286); Max value from RGB is 193 - color contains mainly: blue. Hex color #312CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CC1 is #CED33E. Grayscale: #3D3D3D. Windows color (decimal): -13554495 or 12659761. OLE color: 12659761.

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

Color convert

RGB 49 44 193 -
CMYK 0.75 0.77 0 0.24
HSL 242.01º 0.63% 0.46% -
HSV(B) 242.01º 0.77% 0.76% -
XYZ 11.79 6.3 51.05 -
YUV 62.48 201.66 118.38 -
System Red Green Blue C M Y K H S L
Decimal 49 44 193 0.75 0.77 0 0.24 242.01 0.63 0.46
Hex 31 2C C1 4B 4D 0 18 F2 3F 2E
Octal 61 54 301 113 115 0 30 362 77 56
Binary 110001 101100 11000001 1001011 1001101 0 11000 11110010 111111 101110

Color Harmonies of #312CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CC1

Black with #312CC1

Text Example


Text Example

White with #312CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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