Html Css Color HEX #331BFD Han Purple

📋 copy color: '#331BFD'

red 51 ◦ green 27 ◦ blue 253

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

Shades of Han Purple #331BFD

Tints of Han Purple #331BFD

RGB

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

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

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

R = 15.41%
G = 8.16%
B = 76.44%

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

#331BFD (or 0x331BFD) is known color: Han Purple. HEX triplet: 33, 1B and FD. RGB value is (51,27,253). Sum of RGB (Red+Green+Blue) = 51+27+253=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #331BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331BFD is #CCE402. Grayscale: #3B3B3B. Windows color (decimal): -13427715 or 16587571. OLE color: 16587571.

HSL color Cylindrical-coordinate representation of color #331BFD: hue angle of 246.37º degrees, saturation: 0.98, 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 #331BFD is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 27 253 -
CMYK 0.80 0.89 0 0.01
HSL 246.37º 0.98% 0.55% -
HSV(B) 246.37º 0.89% 0.99% -
XYZ 19.49 8.58 93.56 -
YUV 59.94 236.95 121.62 -
System Red Green Blue C M Y K H S L
Decimal 51 27 253 0.80 0.89 0 0.01 246.37 0.98 0.55
Hex 33 1B FD 50 59 0 1 F6 62 37
Octal 63 33 375 120 131 0 1 366 142 67
Binary 110011 11011 11111101 1010000 1011001 0 1 11110110 1100010 110111

Color Harmonies of #331BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BFD

Black with #331BFD

Text Example


Text Example

White with #331BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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