Html Css Color HEX #321BE7 Han Purple

📋 copy color: '#321BE7'

red 50 ◦ green 27 ◦ blue 231

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

Shades of Han Purple #321BE7

Tints of Han Purple #321BE7

RGB

 RED value IS 50 (19.92% from 255) = 16.23%

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

 BLUE value IS 231 (90.63% from 255) = 75%

R = 16.23%
G = 8.77%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#321BE7 (or 0x321BE7) is known color: Han Purple. HEX triplet: 32, 1B and E7. RGB value is (50,27,231). Sum of RGB (Red+Green+Blue) = 50+27+231=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 231 (90.62% from 255 or 75% from 308); Max value from RGB is 231 - color contains mainly: blue. Hex color #321BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BE7 is #CDE418. Grayscale: #383838. Windows color (decimal): -13493273 or 15145778. OLE color: 15145778.

HSL color Cylindrical-coordinate representation of color #321BE7: hue angle of 246.76º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321BE7 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 27 231 -
CMYK 0.78 0.88 0 0.09
HSL 246.76º 0.81% 0.51% -
HSV(B) 246.76º 0.88% 0.91% -
XYZ 16.13 7.23 76.15 -
YUV 57.13 226.12 122.91 -
System Red Green Blue C M Y K H S L
Decimal 50 27 231 0.78 0.88 0 0.09 246.76 0.81 0.51
Hex 32 1B E7 4E 58 0 9 F7 51 33
Octal 62 33 347 116 130 0 11 367 121 63
Binary 110010 11011 11100111 1001110 1011000 0 1001 11110111 1010001 110011

Color Harmonies of #321BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BE7

Black with #321BE7

Text Example


Text Example

White with #321BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321BE7; }

 p { color: rgb(50,27,231); }

 H1.HeaderClassName
 {
   color: #321BE7;
 }
 .AnyTagClassName
 {
   color: #321BE7;
 }
</style>

background-color css

<style>
 a { background-color: #321BE7; }

 a { background-color: rgb(50,27,231); }

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

border-color css

<style>
 span { border-color: #321BE7; }

 span { border-color: rgb(50,27,231); }

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