Html Css Color HEX #331CFA Han Purple

📋 copy color: '#331CFA'

red 51 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #331CFA

Tints of Han Purple #331CFA

RGB

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

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

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

R = 15.5%
G = 8.51%
B = 75.99%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#331CFA (or 0x331CFA) is known color: Han Purple. HEX triplet: 33, 1C and FA. RGB value is (51,28,250). Sum of RGB (Red+Green+Blue) = 51+28+250=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #331CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CFA is #CCE305. Grayscale: #3B3B3B. Windows color (decimal): -13427462 or 16391219. OLE color: 16391219.

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

Color convert

RGB 51 28 250 -
CMYK 0.80 0.89 0 0.02
HSL 246.22º 0.96% 0.55% -
HSV(B) 246.22º 0.89% 0.98% -
XYZ 19.04 8.44 91.07 -
YUV 60.19 235.12 121.45 -
System Red Green Blue C M Y K H S L
Decimal 51 28 250 0.80 0.89 0 0.02 246.22 0.96 0.55
Hex 33 1C FA 50 59 0 2 F6 60 37
Octal 63 34 372 120 131 0 2 366 140 67
Binary 110011 11100 11111010 1010000 1011001 0 10 11110110 1100000 110111

Color Harmonies of #331CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CFA

Black with #331CFA

Text Example


Text Example

White with #331CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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