Html Css Color HEX #312CDF Persian Blue

📋 copy color: '#312CDF'

red 49 ◦ green 44 ◦ blue 223

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

Shades of Persian Blue #312CDF

Tints of Persian Blue #312CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 15.51%
G = 13.92%
B = 70.57%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#312CDF (or 0x312CDF) is known color: Persian Blue. HEX triplet: 31, 2C and DF. RGB value is (49,44,223). Sum of RGB (Red+Green+Blue) = 49+44+223=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #312CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CDF is #CED320. Grayscale: #414141. Windows color (decimal): -13554465 or 14625841. OLE color: 14625841.

HSL color Cylindrical-coordinate representation of color #312CDF: hue angle of 241.68º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312CDF is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 44 223 -
CMYK 0.78 0.80 0 0.13
HSL 241.68º 0.74% 0.52% -
HSV(B) 241.68º 0.8% 0.87% -
XYZ 15.49 7.78 70.5 -
YUV 65.9 216.66 115.95 -
System Red Green Blue C M Y K H S L
Decimal 49 44 223 0.78 0.80 0 0.13 241.68 0.74 0.52
Hex 31 2C DF 4E 50 0 D F2 4A 34
Octal 61 54 337 116 120 0 15 362 112 64
Binary 110001 101100 11011111 1001110 1010000 0 1101 11110010 1001010 110100

Color Harmonies of #312CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CDF

Black with #312CDF

Text Example


Text Example

White with #312CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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