Html Css Color HEX #3315EE Han Purple

📋 copy color: '#3315EE'

red 51 ◦ green 21 ◦ blue 238

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

Shades of Han Purple #3315EE

Tints of Han Purple #3315EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

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

R = 16.45%
G = 6.77%
B = 76.77%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3315EE (or 0x3315EE) is known color: Han Purple. HEX triplet: 33, 15 and EE. RGB value is (51,21,238). Sum of RGB (Red+Green+Blue) = 51+21+238=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #3315EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315EE is #CCEA11. Grayscale: #353535. Windows color (decimal): -13429266 or 15602995. OLE color: 15602995.

HSL color Cylindrical-coordinate representation of color #3315EE: hue angle of 248.29º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3315EE is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 21 238 -
CMYK 0.79 0.91 0 0.07
HSL 248.29º 0.86% 0.51% -
HSV(B) 248.29º 0.91% 0.93% -
XYZ 17.07 7.41 81.42 -
YUV 54.71 231.44 125.36 -
System Red Green Blue C M Y K H S L
Decimal 51 21 238 0.79 0.91 0 0.07 248.29 0.86 0.51
Hex 33 15 EE 4F 5B 0 7 F8 56 33
Octal 63 25 356 117 133 0 7 370 126 63
Binary 110011 10101 11101110 1001111 1011011 0 111 11111000 1010110 110011

Color Harmonies of #3315EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315EE

Black with #3315EE

Text Example


Text Example

White with #3315EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3315EE; }

 p { color: rgb(51,21,238); }

 H1.HeaderClassName
 {
   color: #3315EE;
 }
 .AnyTagClassName
 {
   color: #3315EE;
 }
</style>

background-color css

<style>
 a { background-color: #3315EE; }

 a { background-color: rgb(51,21,238); }

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

border-color css

<style>
 span { border-color: #3315EE; }

 span { border-color: rgb(51,21,238); }

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