Html Css Color HEX #312BCE Persian Blue

📋 copy color: '#312BCE'

red 49 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #312BCE

Tints of Persian Blue #312BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.13%

R = 16.44%
G = 14.43%
B = 69.13%

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

#312BCE (or 0x312BCE) is known color: Persian Blue. HEX triplet: 31, 2B and CE. RGB value is (49,43,206). Sum of RGB (Red+Green+Blue) = 49+43+206=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #312BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BCE is #CED431. Grayscale: #3E3E3E. Windows color (decimal): -13554738 or 13511473. OLE color: 13511473.

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

Color convert

RGB 49 43 206 -
CMYK 0.76 0.79 0 0.19
HSL 242.21º 0.65% 0.49% -
HSV(B) 242.21º 0.79% 0.81% -
XYZ 13.27 6.84 59.01 -
YUV 63.38 208.49 117.75 -
System Red Green Blue C M Y K H S L
Decimal 49 43 206 0.76 0.79 0 0.19 242.21 0.65 0.49
Hex 31 2B CE 4C 4F 0 13 F2 41 31
Octal 61 53 316 114 117 0 23 362 101 61
Binary 110001 101011 11001110 1001100 1001111 0 10011 11110010 1000001 110001

Color Harmonies of #312BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BCE

Black with #312BCE

Text Example


Text Example

White with #312BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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