Html Css Color HEX #382EEC Han Purple

📋 copy color: '#382EEC'

red 56 ◦ green 46 ◦ blue 236

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

Shades of Han Purple #382EEC

Tints of Han Purple #382EEC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 236 (92.58% from 255) = 69.82%

R = 16.57%
G = 13.61%
B = 69.82%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#382EEC (or 0x382EEC) is known color: Han Purple. HEX triplet: 38, 2E and EC. RGB value is (56,46,236). Sum of RGB (Red+Green+Blue) = 56+46+236=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #382EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382EEC is #C7D113. Grayscale: #454545. Windows color (decimal): -13095188 or 15478328. OLE color: 15478328.

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

Color convert

RGB 56 46 236 -
CMYK 0.76 0.81 0 0.07
HSL 243.16º 0.83% 0.55% -
HSV(B) 243.16º 0.81% 0.93% -
XYZ 17.75 8.85 80.13 -
YUV 70.65 221.31 117.55 -
System Red Green Blue C M Y K H S L
Decimal 56 46 236 0.76 0.81 0 0.07 243.16 0.83 0.55
Hex 38 2E EC 4C 51 0 7 F3 53 37
Octal 70 56 354 114 121 0 7 363 123 67
Binary 111000 101110 11101100 1001100 1010001 0 111 11110011 1010011 110111

Color Harmonies of #382EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EEC

Black with #382EEC

Text Example


Text Example

White with #382EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,46,236); }

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

background-color css

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

 a { background-color: rgb(56,46,236); }

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

border-color css

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

 span { border-color: rgb(56,46,236); }

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