Html Css Color HEX #330CFA Han Purple

📋 copy color: '#330CFA'

red 51 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #330CFA

Tints of Han Purple #330CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 79.87%

R = 16.29%
G = 3.83%
B = 79.87%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#330CFA (or 0x330CFA) is known color: Han Purple. HEX triplet: 33, 0C and FA. RGB value is (51,12,250). Sum of RGB (Red+Green+Blue) = 51+12+250=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #330CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CFA is #CCF305. Grayscale: #313131. Windows color (decimal): -13431558 or 16387123. OLE color: 16387123.

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

Color convert

RGB 51 12 250 -
CMYK 0.80 0.95 0 0.02
HSL 249.83º 0.96% 0.51% -
HSV(B) 249.83º 0.95% 0.98% -
XYZ 18.75 7.87 90.97 -
YUV 50.79 240.42 128.15 -
System Red Green Blue C M Y K H S L
Decimal 51 12 250 0.80 0.95 0 0.02 249.83 0.96 0.51
Hex 33 C FA 50 5F 0 2 FA 60 33
Octal 63 14 372 120 137 0 2 372 140 63
Binary 110011 1100 11111010 1010000 1011111 0 10 11111010 1100000 110011

Color Harmonies of #330CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CFA

Black with #330CFA

Text Example


Text Example

White with #330CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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