Html Css Color HEX #321BEA Han Purple

📋 copy color: '#321BEA'

red 50 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #321BEA

Tints of Han Purple #321BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 75.24%

R = 16.08%
G = 8.68%
B = 75.24%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#321BEA (or 0x321BEA) is known color: Han Purple. HEX triplet: 32, 1B and EA. RGB value is (50,27,234). Sum of RGB (Red+Green+Blue) = 50+27+234=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #321BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BEA is #CDE415. Grayscale: #383838. Windows color (decimal): -13493270 or 15342386. OLE color: 15342386.

HSL color Cylindrical-coordinate representation of color #321BEA: hue angle of 246.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321BEA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 27 234 -
CMYK 0.79 0.88 0 0.08
HSL 246.67º 0.83% 0.51% -
HSV(B) 246.67º 0.88% 0.92% -
XYZ 16.56 7.4 78.4 -
YUV 57.48 227.62 122.67 -
System Red Green Blue C M Y K H S L
Decimal 50 27 234 0.79 0.88 0 0.08 246.67 0.83 0.51
Hex 32 1B EA 4F 58 0 8 F7 53 33
Octal 62 33 352 117 130 0 10 367 123 63
Binary 110010 11011 11101010 1001111 1011000 0 1000 11110111 1010011 110011

Color Harmonies of #321BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BEA

Black with #321BEA

Text Example


Text Example

White with #321BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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