Html Css Color HEX #312CED Han Purple

📋 copy color: '#312CED'

red 49 ◦ green 44 ◦ blue 237

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

Shades of Han Purple #312CED

Tints of Han Purple #312CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.82%

R = 14.85%
G = 13.33%
B = 71.82%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#312CED (or 0x312CED) is known color: Han Purple. HEX triplet: 31, 2C and ED. RGB value is (49,44,237). Sum of RGB (Red+Green+Blue) = 49+44+237=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #312CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312CED is #CED312. Grayscale: #424242. Windows color (decimal): -13554451 or 15543345. OLE color: 15543345.

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

Color convert

RGB 49 44 237 -
CMYK 0.79 0.81 0 0.07
HSL 241.55º 0.84% 0.55% -
HSV(B) 241.55º 0.81% 0.93% -
XYZ 17.45 8.57 80.85 -
YUV 67.5 223.66 114.81 -
System Red Green Blue C M Y K H S L
Decimal 49 44 237 0.79 0.81 0 0.07 241.55 0.84 0.55
Hex 31 2C ED 4F 51 0 7 F2 54 37
Octal 61 54 355 117 121 0 7 362 124 67
Binary 110001 101100 11101101 1001111 1010001 0 111 11110010 1010100 110111

Color Harmonies of #312CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CED

Black with #312CED

Text Example


Text Example

White with #312CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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