Html Css Color HEX #312CE4 Han Purple

📋 copy color: '#312CE4'

red 49 ◦ green 44 ◦ blue 228

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

Shades of Han Purple #312CE4

Tints of Han Purple #312CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 71.03%

R = 15.26%
G = 13.71%
B = 71.03%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#312CE4 (or 0x312CE4) is known color: Han Purple. HEX triplet: 31, 2C and E4. RGB value is (49,44,228). Sum of RGB (Red+Green+Blue) = 49+44+228=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 228 (89.45% from 255 or 71.03% from 321); Max value from RGB is 228 - color contains mainly: blue. Hex color #312CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CE4 is #CED31B. Grayscale: #414141. Windows color (decimal): -13554460 or 14953521. OLE color: 14953521.

HSL color Cylindrical-coordinate representation of color #312CE4: hue angle of 241.63º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312CE4 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 44 228 -
CMYK 0.79 0.81 0 0.11
HSL 241.63º 0.77% 0.53% -
HSV(B) 241.63º 0.81% 0.89% -
XYZ 16.17 8.06 74.1 -
YUV 66.47 219.16 115.54 -
System Red Green Blue C M Y K H S L
Decimal 49 44 228 0.79 0.81 0 0.11 241.63 0.77 0.53
Hex 31 2C E4 4F 51 0 B F2 4D 35
Octal 61 54 344 117 121 0 13 362 115 65
Binary 110001 101100 11100100 1001111 1010001 0 1011 11110010 1001101 110101

Color Harmonies of #312CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CE4

Black with #312CE4

Text Example


Text Example

White with #312CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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