Html Css Color HEX #382EDD Han Purple

📋 copy color: '#382EDD'

red 56 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #382EDD

Tints of Han Purple #382EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 17.34%
G = 14.24%
B = 68.42%

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

#382EDD (or 0x382EDD) is known color: Han Purple. HEX triplet: 38, 2E and DD. RGB value is (56,46,221). Sum of RGB (Red+Green+Blue) = 56+46+221=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #382EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EDD is #C7D122. Grayscale: #444444. Windows color (decimal): -13095203 or 14495288. OLE color: 14495288.

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

Color convert

RGB 56 46 221 -
CMYK 0.75 0.79 0 0.13
HSL 243.43º 0.72% 0.52% -
HSV(B) 243.43º 0.79% 0.87% -
XYZ 15.66 8.02 69.13 -
YUV 68.94 213.81 118.77 -
System Red Green Blue C M Y K H S L
Decimal 56 46 221 0.75 0.79 0 0.13 243.43 0.72 0.52
Hex 38 2E DD 4B 4F 0 D F3 48 34
Octal 70 56 335 113 117 0 15 363 110 64
Binary 111000 101110 11011101 1001011 1001111 0 1101 11110011 1001000 110100

Color Harmonies of #382EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EDD

Black with #382EDD

Text Example


Text Example

White with #382EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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