Html Css Color HEX #312BCF Persian Blue

📋 copy color: '#312BCF'

red 49 ◦ green 43 ◦ blue 207

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

Shades of Persian Blue #312BCF

Tints of Persian Blue #312BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

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

R = 16.39%
G = 14.38%
B = 69.23%

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

#312BCF (or 0x312BCF) is known color: Persian Blue. HEX triplet: 31, 2B and CF. RGB value is (49,43,207). Sum of RGB (Red+Green+Blue) = 49+43+207=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #312BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BCF is #CED430. Grayscale: #3E3E3E. Windows color (decimal): -13554737 or 13577009. OLE color: 13577009.

HSL color Cylindrical-coordinate representation of color #312BCF: hue angle of 242.2º degrees, saturation: 0.66, 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 #312BCF is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 43 207 -
CMYK 0.76 0.79 0 0.19
HSL 242.2º 0.66% 0.49% -
HSV(B) 242.2º 0.79% 0.81% -
XYZ 13.39 6.89 59.65 -
YUV 63.49 208.99 117.66 -
System Red Green Blue C M Y K H S L
Decimal 49 43 207 0.76 0.79 0 0.19 242.2 0.66 0.49
Hex 31 2B CF 4C 4F 0 13 F2 42 31
Octal 61 53 317 114 117 0 23 362 102 61
Binary 110001 101011 11001111 1001100 1001111 0 10011 11110010 1000010 110001

Color Harmonies of #312BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BCF

Black with #312BCF

Text Example


Text Example

White with #312BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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