Html Css Color HEX #382EEF Han Purple

📋 copy color: '#382EEF'

red 56 ◦ green 46 ◦ blue 239

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

Shades of Han Purple #382EEF

Tints of Han Purple #382EEF

RGB

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

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

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

R = 16.42%
G = 13.49%
B = 70.09%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#382EEF (or 0x382EEF) is known color: Han Purple. HEX triplet: 38, 2E and EF. RGB value is (56,46,239). Sum of RGB (Red+Green+Blue) = 56+46+239=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #382EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382EEF is #C7D110. Grayscale: #464646. Windows color (decimal): -13095185 or 15674936. OLE color: 15674936.

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

Color convert

RGB 56 46 239 -
CMYK 0.77 0.81 0 0.06
HSL 243.11º 0.86% 0.56% -
HSV(B) 243.11º 0.81% 0.94% -
XYZ 18.19 9.03 82.45 -
YUV 70.99 222.81 117.31 -
System Red Green Blue C M Y K H S L
Decimal 56 46 239 0.77 0.81 0 0.06 243.11 0.86 0.56
Hex 38 2E EF 4D 51 0 6 F3 56 38
Octal 70 56 357 115 121 0 6 363 126 70
Binary 111000 101110 11101111 1001101 1010001 0 110 11110011 1010110 111000

Color Harmonies of #382EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EEF

Black with #382EEF

Text Example


Text Example

White with #382EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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