Html Css Color HEX #3315CE Han Purple

📋 copy color: '#3315CE'

red 51 ◦ green 21 ◦ blue 206

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

Shades of Han Purple #3315CE

Tints of Han Purple #3315CE

RGB

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

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

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

R = 18.35%
G = 7.55%
B = 74.1%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3315CE (or 0x3315CE) is known color: Han Purple. HEX triplet: 33, 15 and CE. RGB value is (51,21,206). Sum of RGB (Red+Green+Blue) = 51+21+206=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #3315CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315CE is #CCEA31. Grayscale: #323232. Windows color (decimal): -13429298 or 13505843. OLE color: 13505843.

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

Color convert

RGB 51 21 206 -
CMYK 0.75 0.90 0 0.19
HSL 249.73º 0.81% 0.45% -
HSV(B) 249.73º 0.9% 0.81% -
XYZ 12.77 5.7 58.82 -
YUV 51.06 215.44 127.96 -
System Red Green Blue C M Y K H S L
Decimal 51 21 206 0.75 0.90 0 0.19 249.73 0.81 0.45
Hex 33 15 CE 4B 5A 0 13 FA 51 2D
Octal 63 25 316 113 132 0 23 372 121 55
Binary 110011 10101 11001110 1001011 1011010 0 10011 11111010 1010001 101101

Color Harmonies of #3315CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315CE

Black with #3315CE

Text Example


Text Example

White with #3315CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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