Html Css Color HEX #312CEE Han Purple

📋 copy color: '#312CEE'

red 49 ◦ green 44 ◦ blue 238

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

Shades of Han Purple #312CEE

Tints of Han Purple #312CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.9%

R = 14.8%
G = 13.29%
B = 71.9%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#312CEE (or 0x312CEE) is known color: Han Purple. HEX triplet: 31, 2C and EE. RGB value is (49,44,238). Sum of RGB (Red+Green+Blue) = 49+44+238=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #312CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312CEE is #CED311. Grayscale: #424242. Windows color (decimal): -13554450 or 15608881. OLE color: 15608881.

HSL color Cylindrical-coordinate representation of color #312CEE: hue angle of 241.55º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312CEE is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 44 238 -
CMYK 0.79 0.82 0 0.07
HSL 241.55º 0.85% 0.55% -
HSV(B) 241.55º 0.82% 0.93% -
XYZ 17.6 8.63 81.63 -
YUV 67.61 224.16 114.73 -
System Red Green Blue C M Y K H S L
Decimal 49 44 238 0.79 0.82 0 0.07 241.55 0.85 0.55
Hex 31 2C EE 4F 52 0 7 F2 55 37
Octal 61 54 356 117 122 0 7 362 125 67
Binary 110001 101100 11101110 1001111 1010010 0 111 11110010 1010101 110111

Color Harmonies of #312CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CEE

Black with #312CEE

Text Example


Text Example

White with #312CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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