Html Css Color HEX #331BFA Han Purple

📋 copy color: '#331BFA'

red 51 ◦ green 27 ◦ blue 250

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

Shades of Han Purple #331BFA

Tints of Han Purple #331BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.23%

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

R = 15.55%
G = 8.23%
B = 76.22%

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

#331BFA (or 0x331BFA) is known color: Han Purple. HEX triplet: 33, 1B and FA. RGB value is (51,27,250). Sum of RGB (Red+Green+Blue) = 51+27+250=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #331BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331BFA is #CCE405. Grayscale: #3A3A3A. Windows color (decimal): -13427718 or 16390963. OLE color: 16390963.

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

Color convert

RGB 51 27 250 -
CMYK 0.80 0.89 0 0.02
HSL 246.46º 0.96% 0.54% -
HSV(B) 246.46º 0.89% 0.98% -
XYZ 19.01 8.39 91.06 -
YUV 59.6 235.45 121.87 -
System Red Green Blue C M Y K H S L
Decimal 51 27 250 0.80 0.89 0 0.02 246.46 0.96 0.54
Hex 33 1B FA 50 59 0 2 F6 60 36
Octal 63 33 372 120 131 0 2 366 140 66
Binary 110011 11011 11111010 1010000 1011001 0 10 11110110 1100000 110110

Color Harmonies of #331BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BFA

Black with #331BFA

Text Example


Text Example

White with #331BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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