Html Css Color HEX #331CEA Han Purple

📋 copy color: '#331CEA'

red 51 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #331CEA

Tints of Han Purple #331CEA

RGB

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

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

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

R = 16.29%
G = 8.95%
B = 74.76%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#331CEA (or 0x331CEA) is known color: Han Purple. HEX triplet: 33, 1C and EA. RGB value is (51,28,234). Sum of RGB (Red+Green+Blue) = 51+28+234=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #331CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CEA is #CCE315. Grayscale: #393939. Windows color (decimal): -13427478 or 15342643. OLE color: 15342643.

HSL color Cylindrical-coordinate representation of color #331CEA: hue angle of 246.7º 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 #331CEA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 28 234 -
CMYK 0.78 0.88 0 0.08
HSL 246.7º 0.83% 0.51% -
HSV(B) 246.7º 0.88% 0.92% -
XYZ 16.63 7.47 78.41 -
YUV 58.36 227.12 122.75 -
System Red Green Blue C M Y K H S L
Decimal 51 28 234 0.78 0.88 0 0.08 246.7 0.83 0.51
Hex 33 1C EA 4E 58 0 8 F7 53 33
Octal 63 34 352 116 130 0 10 367 123 63
Binary 110011 11100 11101010 1001110 1011000 0 1000 11110111 1010011 110011

Color Harmonies of #331CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CEA

Black with #331CEA

Text Example


Text Example

White with #331CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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