Html Css Color HEX #382EEE Han Purple

📋 copy color: '#382EEE'

red 56 ◦ green 46 ◦ blue 238

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

Shades of Han Purple #382EEE

Tints of Han Purple #382EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70%

R = 16.47%
G = 13.53%
B = 70%

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

#382EEE (or 0x382EEE) is known color: Han Purple. HEX triplet: 38, 2E and EE. RGB value is (56,46,238). Sum of RGB (Red+Green+Blue) = 56+46+238=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #382EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382EEE is #C7D111. Grayscale: #464646. Windows color (decimal): -13095186 or 15609400. OLE color: 15609400.

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

Color convert

RGB 56 46 238 -
CMYK 0.76 0.81 0 0.07
HSL 243.13º 0.85% 0.56% -
HSV(B) 243.13º 0.81% 0.93% -
XYZ 18.04 8.97 81.67 -
YUV 70.88 222.31 117.39 -
System Red Green Blue C M Y K H S L
Decimal 56 46 238 0.76 0.81 0 0.07 243.13 0.85 0.56
Hex 38 2E EE 4C 51 0 7 F3 55 38
Octal 70 56 356 114 121 0 7 363 125 70
Binary 111000 101110 11101110 1001100 1010001 0 111 11110011 1010101 111000

Color Harmonies of #382EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EEE

Black with #382EEE

Text Example


Text Example

White with #382EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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