Html Css Color HEX #382FE7 Han Purple

📋 copy color: '#382FE7'

red 56 ◦ green 47 ◦ blue 231

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

Shades of Han Purple #382FE7

Tints of Han Purple #382FE7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.07%

 BLUE value IS 231 (90.63% from 255) = 69.16%

R = 16.77%
G = 14.07%
B = 69.16%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#382FE7 (or 0x382FE7) is known color: Han Purple. HEX triplet: 38, 2F and E7. RGB value is (56,47,231). Sum of RGB (Red+Green+Blue) = 56+47+231=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 231 (90.62% from 255 or 69.16% from 334); Max value from RGB is 231 - color contains mainly: blue. Hex color #382FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382FE7 is #C7D018. Grayscale: #454545. Windows color (decimal): -13094937 or 15150904. OLE color: 15150904.

HSL color Cylindrical-coordinate representation of color #382FE7: hue angle of 242.93º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382FE7 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 47 231 -
CMYK 0.76 0.80 0 0.09
HSL 242.93º 0.79% 0.55% -
HSV(B) 242.93º 0.8% 0.91% -
XYZ 17.07 8.64 76.37 -
YUV 70.67 218.48 117.54 -
System Red Green Blue C M Y K H S L
Decimal 56 47 231 0.76 0.80 0 0.09 242.93 0.79 0.55
Hex 38 2F E7 4C 50 0 9 F3 4F 37
Octal 70 57 347 114 120 0 11 363 117 67
Binary 111000 101111 11100111 1001100 1010000 0 1001 11110011 1001111 110111

Color Harmonies of #382FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382FE7

Black with #382FE7

Text Example


Text Example

White with #382FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,47,231); }

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

background-color css

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

 a { background-color: rgb(56,47,231); }

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

border-color css

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

 span { border-color: rgb(56,47,231); }

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