Html Css Color HEX #330CFD Han Purple

📋 copy color: '#330CFD'

red 51 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #330CFD

Tints of Han Purple #330CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

 BLUE value IS 253 (99.22% from 255) = 80.06%

R = 16.14%
G = 3.8%
B = 80.06%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#330CFD (or 0x330CFD) is known color: Han Purple. HEX triplet: 33, 0C and FD. RGB value is (51,12,253). Sum of RGB (Red+Green+Blue) = 51+12+253=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #330CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CFD is #CCF302. Grayscale: #323232. Windows color (decimal): -13431555 or 16583731. OLE color: 16583731.

HSL color Cylindrical-coordinate representation of color #330CFD: hue angle of 249.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CFD is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 12 253 -
CMYK 0.80 0.95 0 0.01
HSL 249.71º 0.98% 0.52% -
HSV(B) 249.71º 0.95% 0.99% -
XYZ 19.23 8.06 93.47 -
YUV 51.14 241.92 127.9 -
System Red Green Blue C M Y K H S L
Decimal 51 12 253 0.80 0.95 0 0.01 249.71 0.98 0.52
Hex 33 C FD 50 5F 0 1 FA 62 34
Octal 63 14 375 120 137 0 1 372 142 64
Binary 110011 1100 11111101 1010000 1011111 0 1 11111010 1100010 110100

Color Harmonies of #330CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CFD

Black with #330CFD

Text Example


Text Example

White with #330CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330CFD; }

 p { color: rgb(51,12,253); }

 H1.HeaderClassName
 {
   color: #330CFD;
 }
 .AnyTagClassName
 {
   color: #330CFD;
 }
</style>

background-color css

<style>
 a { background-color: #330CFD; }

 a { background-color: rgb(51,12,253); }

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

border-color css

<style>
 span { border-color: #330CFD; }

 span { border-color: rgb(51,12,253); }

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