Html Css Color HEX #331EEA Han Purple

📋 copy color: '#331EEA'

red 51 ◦ green 30 ◦ blue 234

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

Shades of Han Purple #331EEA

Tints of Han Purple #331EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

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

R = 16.19%
G = 9.52%
B = 74.29%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#331EEA (or 0x331EEA) is known color: Han Purple. HEX triplet: 33, 1E and EA. RGB value is (51,30,234). Sum of RGB (Red+Green+Blue) = 51+30+234=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #331EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331EEA is #CCE115. Grayscale: #3A3A3A. Windows color (decimal): -13426966 or 15343155. OLE color: 15343155.

HSL color Cylindrical-coordinate representation of color #331EEA: hue angle of 246.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331EEA is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 30 234 -
CMYK 0.78 0.87 0 0.08
HSL 246.18º 0.83% 0.52% -
HSV(B) 246.18º 0.87% 0.92% -
XYZ 16.68 7.57 78.42 -
YUV 59.54 226.46 121.91 -
System Red Green Blue C M Y K H S L
Decimal 51 30 234 0.78 0.87 0 0.08 246.18 0.83 0.52
Hex 33 1E EA 4E 57 0 8 F6 53 34
Octal 63 36 352 116 127 0 10 366 123 64
Binary 110011 11110 11101010 1001110 1010111 0 1000 11110110 1010011 110100

Color Harmonies of #331EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EEA

Black with #331EEA

Text Example


Text Example

White with #331EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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