Html Css Color HEX #3315FC Han Purple

📋 copy color: '#3315FC'

red 51 ◦ green 21 ◦ blue 252

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

Shades of Han Purple #3315FC

Tints of Han Purple #3315FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 77.78%

R = 15.74%
G = 6.48%
B = 77.78%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3315FC (or 0x3315FC) is known color: Han Purple. HEX triplet: 33, 15 and FC. RGB value is (51,21,252). Sum of RGB (Red+Green+Blue) = 51+21+252=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #3315FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315FC is #CCEA03. Grayscale: #373737. Windows color (decimal): -13429252 or 16520499. OLE color: 16520499.

HSL color Cylindrical-coordinate representation of color #3315FC: hue angle of 247.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3315FC is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 21 252 -
CMYK 0.80 0.92 0 0.01
HSL 247.79º 0.97% 0.54% -
HSV(B) 247.79º 0.92% 0.99% -
XYZ 19.2 8.27 92.68 -
YUV 56.3 238.44 124.22 -
System Red Green Blue C M Y K H S L
Decimal 51 21 252 0.80 0.92 0 0.01 247.79 0.97 0.54
Hex 33 15 FC 50 5C 0 1 F8 61 36
Octal 63 25 374 120 134 0 1 370 141 66
Binary 110011 10101 11111100 1010000 1011100 0 1 11111000 1100001 110110

Color Harmonies of #3315FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315FC

Black with #3315FC

Text Example


Text Example

White with #3315FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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