Html Css Color HEX #382CEF Han Purple

📋 copy color: '#382CEF'

red 56 ◦ green 44 ◦ blue 239

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

Shades of Han Purple #382CEF

Tints of Han Purple #382CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.5%

R = 16.52%
G = 12.98%
B = 70.5%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#382CEF (or 0x382CEF) is known color: Han Purple. HEX triplet: 38, 2C and EF. RGB value is (56,44,239). Sum of RGB (Red+Green+Blue) = 56+44+239=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #382CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382CEF is #C7D310. Grayscale: #454545. Windows color (decimal): -13095697 or 15674424. OLE color: 15674424.

HSL color Cylindrical-coordinate representation of color #382CEF: hue angle of 243.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #382CEF is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 44 239 -
CMYK 0.77 0.82 0 0.06
HSL 243.69º 0.86% 0.55% -
HSV(B) 243.69º 0.82% 0.94% -
XYZ 18.11 8.87 82.42 -
YUV 69.82 223.48 118.14 -
System Red Green Blue C M Y K H S L
Decimal 56 44 239 0.77 0.82 0 0.06 243.69 0.86 0.55
Hex 38 2C EF 4D 52 0 6 F4 56 37
Octal 70 54 357 115 122 0 6 364 126 67
Binary 111000 101100 11101111 1001101 1010010 0 110 11110100 1010110 110111

Color Harmonies of #382CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CEF

Black with #382CEF

Text Example


Text Example

White with #382CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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