Html Css Color HEX #331CFC Han Purple

📋 copy color: '#331CFC'

red 51 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #331CFC

Tints of Han Purple #331CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.46%

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

R = 15.41%
G = 8.46%
B = 76.13%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#331CFC (or 0x331CFC) is known color: Han Purple. HEX triplet: 33, 1C and FC. RGB value is (51,28,252). Sum of RGB (Red+Green+Blue) = 51+28+252=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #331CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CFC is #CCE303. Grayscale: #3B3B3B. Windows color (decimal): -13427460 or 16522291. OLE color: 16522291.

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

Color convert

RGB 51 28 252 -
CMYK 0.80 0.89 0 0.01
HSL 246.16º 0.97% 0.55% -
HSV(B) 246.16º 0.89% 0.99% -
XYZ 19.35 8.56 92.73 -
YUV 60.41 236.12 121.29 -
System Red Green Blue C M Y K H S L
Decimal 51 28 252 0.80 0.89 0 0.01 246.16 0.97 0.55
Hex 33 1C FC 50 59 0 1 F6 61 37
Octal 63 34 374 120 131 0 1 366 141 67
Binary 110011 11100 11111100 1010000 1011001 0 1 11110110 1100001 110111

Color Harmonies of #331CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CFC

Black with #331CFC

Text Example


Text Example

White with #331CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331CFC; }

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

 H1.HeaderClassName
 {
   color: #331CFC;
 }
 .AnyTagClassName
 {
   color: #331CFC;
 }
</style>

background-color css

<style>
 a { background-color: #331CFC; }

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

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

border-color css

<style>
 span { border-color: #331CFC; }

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

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