Html Css Color HEX #382CEB Han Purple

📋 copy color: '#382CEB'

red 56 ◦ green 44 ◦ blue 235

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

Shades of Han Purple #382CEB

Tints of Han Purple #382CEB

RGB

 RED value IS 56 (22.27% from 255) = 16.72%

 GREEN value IS 44 (17.58% from 255) = 13.13%

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

R = 16.72%
G = 13.13%
B = 70.15%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#382CEB (or 0x382CEB) is known color: Han Purple. HEX triplet: 38, 2C and EB. RGB value is (56,44,235). Sum of RGB (Red+Green+Blue) = 56+44+235=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #382CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382CEB is #C7D314. Grayscale: #444444. Windows color (decimal): -13095701 or 15412280. OLE color: 15412280.

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

Color convert

RGB 56 44 235 -
CMYK 0.76 0.81 0 0.08
HSL 243.77º 0.83% 0.55% -
HSV(B) 243.77º 0.81% 0.92% -
XYZ 17.53 8.64 79.34 -
YUV 69.36 221.48 118.47 -
System Red Green Blue C M Y K H S L
Decimal 56 44 235 0.76 0.81 0 0.08 243.77 0.83 0.55
Hex 38 2C EB 4C 51 0 8 F4 53 37
Octal 70 54 353 114 121 0 10 364 123 67
Binary 111000 101100 11101011 1001100 1010001 0 1000 11110100 1010011 110111

Color Harmonies of #382CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CEB

Black with #382CEB

Text Example


Text Example

White with #382CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,235); }

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

background-color css

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

 a { background-color: rgb(56,44,235); }

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

border-color css

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

 span { border-color: rgb(56,44,235); }

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