Html Css Color HEX #391CEB Han Purple

📋 copy color: '#391CEB'

red 57 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #391CEB

Tints of Han Purple #391CEB

RGB

 RED value IS 57 (22.66% from 255) = 17.81%

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

 BLUE value IS 235 (92.19% from 255) = 73.44%

R = 17.81%
G = 8.75%
B = 73.44%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#391CEB (or 0x391CEB) is known color: Han Purple. HEX triplet: 39, 1C and EB. RGB value is (57,28,235). Sum of RGB (Red+Green+Blue) = 57+28+235=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #391CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #391CEB is #C6E314. Grayscale: #3B3B3B. Windows color (decimal): -13034261 or 15408185. OLE color: 15408185.

HSL color Cylindrical-coordinate representation of color #391CEB: hue angle of 248.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391CEB is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 28 235 -
CMYK 0.76 0.88 0 0.08
HSL 248.41º 0.84% 0.52% -
HSV(B) 248.41º 0.88% 0.92% -
XYZ 17.1 7.7 79.18 -
YUV 60.27 226.61 125.67 -
System Red Green Blue C M Y K H S L
Decimal 57 28 235 0.76 0.88 0 0.08 248.41 0.84 0.52
Hex 39 1C EB 4C 58 0 8 F8 54 34
Octal 71 34 353 114 130 0 10 370 124 64
Binary 111001 11100 11101011 1001100 1011000 0 1000 11111000 1010100 110100

Color Harmonies of #391CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391CEB

Black with #391CEB

Text Example


Text Example

White with #391CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391CEB; }

 p { color: rgb(57,28,235); }

 H1.HeaderClassName
 {
   color: #391CEB;
 }
 .AnyTagClassName
 {
   color: #391CEB;
 }
</style>

background-color css

<style>
 a { background-color: #391CEB; }

 a { background-color: rgb(57,28,235); }

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

border-color css

<style>
 span { border-color: #391CEB; }

 span { border-color: rgb(57,28,235); }

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