Html Css Color HEX #312ACF Persian Blue

📋 copy color: '#312ACF'

red 49 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #312ACF

Tints of Persian Blue #312ACF

RGB

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

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

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

R = 16.44%
G = 14.09%
B = 69.46%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#312ACF (or 0x312ACF) is known color: Persian Blue. HEX triplet: 31, 2A and CF. RGB value is (49,42,207). Sum of RGB (Red+Green+Blue) = 49+42+207=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #312ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312ACF is #CED530. Grayscale: #3E3E3E. Windows color (decimal): -13554993 or 13576753. OLE color: 13576753.

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

Color convert

RGB 49 42 207 -
CMYK 0.76 0.80 0 0.19
HSL 242.55º 0.66% 0.49% -
HSV(B) 242.55º 0.8% 0.81% -
XYZ 13.36 6.81 59.64 -
YUV 62.9 209.32 118.08 -
System Red Green Blue C M Y K H S L
Decimal 49 42 207 0.76 0.80 0 0.19 242.55 0.66 0.49
Hex 31 2A CF 4C 50 0 13 F3 42 31
Octal 61 52 317 114 120 0 23 363 102 61
Binary 110001 101010 11001111 1001100 1010000 0 10011 11110011 1000010 110001

Color Harmonies of #312ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312ACF

Black with #312ACF

Text Example


Text Example

White with #312ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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