Html Css Color HEX #312FDA Persian Blue

📋 copy color: '#312FDA'

red 49 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #312FDA

Tints of Persian Blue #312FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.97%

 BLUE value IS 218 (85.55% from 255) = 69.43%

R = 15.61%
G = 14.97%
B = 69.43%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#312FDA (or 0x312FDA) is known color: Persian Blue. HEX triplet: 31, 2F and DA. RGB value is (49,47,218). Sum of RGB (Red+Green+Blue) = 49+47+218=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #312FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FDA is #CED025. Grayscale: #424242. Windows color (decimal): -13553702 or 14298929. OLE color: 14298929.

HSL color Cylindrical-coordinate representation of color #312FDA: hue angle of 240.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312FDA is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 47 218 -
CMYK 0.78 0.78 0 0.15
HSL 240.7º 0.7% 0.52% -
HSV(B) 240.7º 0.78% 0.85% -
XYZ 14.94 7.75 67.04 -
YUV 67.09 213.16 115.1 -
System Red Green Blue C M Y K H S L
Decimal 49 47 218 0.78 0.78 0 0.15 240.7 0.7 0.52
Hex 31 2F DA 4E 4E 0 F F1 46 34
Octal 61 57 332 116 116 0 17 361 106 64
Binary 110001 101111 11011010 1001110 1001110 0 1111 11110001 1000110 110100

Color Harmonies of #312FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312FDA

Black with #312FDA

Text Example


Text Example

White with #312FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,47,218); }

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

background-color css

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

 a { background-color: rgb(49,47,218); }

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

border-color css

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

 span { border-color: rgb(49,47,218); }

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