Html Css Color HEX #3306FF Han Purple

📋 copy color: '#3306FF'

red 51 ◦ green 6 ◦ blue 255

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

Shades of Han Purple #3306FF

Tints of Han Purple #3306FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

 BLUE value IS 255 (100% from 255) = 81.73%

R = 16.35%
G = 1.92%
B = 81.73%

CMYK

 C value IS 0.8

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3306FF (or 0x3306FF) is known color: Han Purple. HEX triplet: 33, 06 and FF. RGB value is (51,6,255). Sum of RGB (Red+Green+Blue) = 51+6+255=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 255 (100% from 255 or 81.73% from 312); Max value from RGB is 255 - color contains mainly: blue. Hex color #3306FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3306FF is #CCF900. Grayscale: #2E2E2E. Windows color (decimal): -13433089 or 16713267. OLE color: 16713267.

HSL color Cylindrical-coordinate representation of color #3306FF: hue angle of 250.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3306FF is Cyan = 0.8, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 6 255 -
CMYK 0.8 0.98 0 0
HSL 250.84º 1% 0.51% -
HSV(B) 250.84º 0.98% 1% -
XYZ 19.48 8.05 95.14 -
YUV 47.84 244.91 130.25 -
System Red Green Blue C M Y K H S L
Decimal 51 6 255 0.8 0.98 0 0 250.84 1 0.51
Hex 33 6 FF 50 62 0 0 FB 64 33
Octal 63 6 377 120 142 0 0 373 144 63
Binary 110011 110 11111111 1010000 1100010 0 0 11111011 1100100 110011

Color Harmonies of #3306FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3306FF

Black with #3306FF

Text Example


Text Example

White with #3306FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3306FF; }

 p { color: rgb(51,6,255); }

 H1.HeaderClassName
 {
   color: #3306FF;
 }
 .AnyTagClassName
 {
   color: #3306FF;
 }
</style>

background-color css

<style>
 a { background-color: #3306FF; }

 a { background-color: rgb(51,6,255); }

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

border-color css

<style>
 span { border-color: #3306FF; }

 span { border-color: rgb(51,6,255); }

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