Html Css Color HEX #3312CE Han Purple

📋 copy color: '#3312CE'

red 51 ◦ green 18 ◦ blue 206

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

Shades of Han Purple #3312CE

Tints of Han Purple #3312CE

RGB

 RED value IS 51 (20.31% from 255) = 18.55%

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 206 (80.86% from 255) = 74.91%

R = 18.55%
G = 6.55%
B = 74.91%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3312CE (or 0x3312CE) is known color: Han Purple. HEX triplet: 33, 12 and CE. RGB value is (51,18,206). Sum of RGB (Red+Green+Blue) = 51+18+206=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #3312CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312CE is #CCED31. Grayscale: #303030. Windows color (decimal): -13430066 or 13505075. OLE color: 13505075.

HSL color Cylindrical-coordinate representation of color #3312CE: hue angle of 250.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3312CE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 18 206 -
CMYK 0.75 0.91 0 0.19
HSL 250.53º 0.84% 0.44% -
HSV(B) 250.53º 0.91% 0.81% -
XYZ 12.72 5.59 58.8 -
YUV 49.3 216.43 129.21 -
System Red Green Blue C M Y K H S L
Decimal 51 18 206 0.75 0.91 0 0.19 250.53 0.84 0.44
Hex 33 12 CE 4B 5B 0 13 FB 54 2C
Octal 63 22 316 113 133 0 23 373 124 54
Binary 110011 10010 11001110 1001011 1011011 0 10011 11111011 1010100 101100

Color Harmonies of #3312CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3312CE

Black with #3312CE

Text Example


Text Example

White with #3312CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3312CE; }

 p { color: rgb(51,18,206); }

 H1.HeaderClassName
 {
   color: #3312CE;
 }
 .AnyTagClassName
 {
   color: #3312CE;
 }
</style>

background-color css

<style>
 a { background-color: #3312CE; }

 a { background-color: rgb(51,18,206); }

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

border-color css

<style>
 span { border-color: #3312CE; }

 span { border-color: rgb(51,18,206); }

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