Html Css Color HEX #312AE0 Persian Blue

📋 copy color: '#312AE0'

red 49 ◦ green 42 ◦ blue 224

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

Shades of Persian Blue #312AE0

Tints of Persian Blue #312AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 71.11%

R = 15.56%
G = 13.33%
B = 71.11%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#312AE0 (or 0x312AE0) is known color: Persian Blue. HEX triplet: 31, 2A and E0. RGB value is (49,42,224). Sum of RGB (Red+Green+Blue) = 49+42+224=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #312AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312AE0 is #CED51F. Grayscale: #404040. Windows color (decimal): -13554976 or 14690865. OLE color: 14690865.

HSL color Cylindrical-coordinate representation of color #312AE0: hue angle of 242.31º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312AE0 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 42 224 -
CMYK 0.78 0.81 0 0.12
HSL 242.31º 0.75% 0.52% -
HSV(B) 242.31º 0.81% 0.88% -
XYZ 15.55 7.69 71.19 -
YUV 64.84 217.82 116.7 -
System Red Green Blue C M Y K H S L
Decimal 49 42 224 0.78 0.81 0 0.12 242.31 0.75 0.52
Hex 31 2A E0 4E 51 0 C F2 4B 34
Octal 61 52 340 116 121 0 14 362 113 64
Binary 110001 101010 11100000 1001110 1010001 0 1100 11110010 1001011 110100

Color Harmonies of #312AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312AE0

Black with #312AE0

Text Example


Text Example

White with #312AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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