Html Css Color HEX #312BC8 Persian Blue

📋 copy color: '#312BC8'

red 49 ◦ green 43 ◦ blue 200

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

Shades of Persian Blue #312BC8

Tints of Persian Blue #312BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 68.49%

R = 16.78%
G = 14.73%
B = 68.49%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#312BC8 (or 0x312BC8) is known color: Persian Blue. HEX triplet: 31, 2B and C8. RGB value is (49,43,200). Sum of RGB (Red+Green+Blue) = 49+43+200=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 200 (78.52% from 255 or 68.49% from 292); Max value from RGB is 200 - color contains mainly: blue. Hex color #312BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BC8 is #CED437. Grayscale: #3E3E3E. Windows color (decimal): -13554744 or 13118257. OLE color: 13118257.

HSL color Cylindrical-coordinate representation of color #312BC8: hue angle of 242.29º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312BC8 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 43 200 -
CMYK 0.76 0.78 0 0.22
HSL 242.29º 0.65% 0.48% -
HSV(B) 242.29º 0.79% 0.78% -
XYZ 12.56 6.55 55.25 -
YUV 62.69 205.49 118.23 -
System Red Green Blue C M Y K H S L
Decimal 49 43 200 0.76 0.78 0 0.22 242.29 0.65 0.48
Hex 31 2B C8 4C 4E 0 16 F2 41 30
Octal 61 53 310 114 116 0 26 362 101 60
Binary 110001 101011 11001000 1001100 1001110 0 10110 11110010 1000001 110000

Color Harmonies of #312BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BC8

Black with #312BC8

Text Example


Text Example

White with #312BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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