Html Css Color HEX #312CCF Persian Blue

📋 copy color: '#312CCF'

red 49 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #312CCF

Tints of Persian Blue #312CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 16.33%
G = 14.67%
B = 69%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#312CCF (or 0x312CCF) is known color: Persian Blue. HEX triplet: 31, 2C and CF. RGB value is (49,44,207). Sum of RGB (Red+Green+Blue) = 49+44+207=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #312CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CCF is #CED330. Grayscale: #3F3F3F. Windows color (decimal): -13554481 or 13577265. OLE color: 13577265.

HSL color Cylindrical-coordinate representation of color #312CCF: hue angle of 241.84º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312CCF is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 44 207 -
CMYK 0.76 0.79 0 0.19
HSL 241.84º 0.65% 0.49% -
HSV(B) 241.84º 0.79% 0.81% -
XYZ 13.43 6.96 59.67 -
YUV 64.08 208.66 117.25 -
System Red Green Blue C M Y K H S L
Decimal 49 44 207 0.76 0.79 0 0.19 241.84 0.65 0.49
Hex 31 2C CF 4C 4F 0 13 F2 41 31
Octal 61 54 317 114 117 0 23 362 101 61
Binary 110001 101100 11001111 1001100 1001111 0 10011 11110010 1000001 110001

Color Harmonies of #312CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CCF

Black with #312CCF

Text Example


Text Example

White with #312CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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