Html Css Color HEX #382EDF Han Purple

📋 copy color: '#382EDF'

red 56 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #382EDF

Tints of Han Purple #382EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 17.23%
G = 14.15%
B = 68.62%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#382EDF (or 0x382EDF) is known color: Han Purple. HEX triplet: 38, 2E and DF. RGB value is (56,46,223). Sum of RGB (Red+Green+Blue) = 56+46+223=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #382EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EDF is #C7D120. Grayscale: #444444. Windows color (decimal): -13095201 or 14626360. OLE color: 14626360.

HSL color Cylindrical-coordinate representation of color #382EDF: hue angle of 243.39º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382EDF is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 46 223 -
CMYK 0.75 0.79 0 0.13
HSL 243.39º 0.73% 0.53% -
HSV(B) 243.39º 0.79% 0.87% -
XYZ 15.93 8.12 70.54 -
YUV 69.17 214.81 118.61 -
System Red Green Blue C M Y K H S L
Decimal 56 46 223 0.75 0.79 0 0.13 243.39 0.73 0.53
Hex 38 2E DF 4B 4F 0 D F3 49 35
Octal 70 56 337 113 117 0 15 363 111 65
Binary 111000 101110 11011111 1001011 1001111 0 1101 11110011 1001001 110101

Color Harmonies of #382EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EDF

Black with #382EDF

Text Example


Text Example

White with #382EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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