Html Css Color HEX #382DDD Han Purple

📋 copy color: '#382DDD'

red 56 ◦ green 45 ◦ blue 221

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

Shades of Han Purple #382DDD

Tints of Han Purple #382DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

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

R = 17.39%
G = 13.98%
B = 68.63%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#382DDD (or 0x382DDD) is known color: Han Purple. HEX triplet: 38, 2D and DD. RGB value is (56,45,221). Sum of RGB (Red+Green+Blue) = 56+45+221=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #382DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DDD is #C7D222. Grayscale: #434343. Windows color (decimal): -13095459 or 14495032. OLE color: 14495032.

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

Color convert

RGB 56 45 221 -
CMYK 0.75 0.80 0 0.13
HSL 243.75º 0.72% 0.52% -
HSV(B) 243.75º 0.8% 0.87% -
XYZ 15.62 7.94 69.12 -
YUV 68.35 214.14 119.19 -
System Red Green Blue C M Y K H S L
Decimal 56 45 221 0.75 0.80 0 0.13 243.75 0.72 0.52
Hex 38 2D DD 4B 50 0 D F4 48 34
Octal 70 55 335 113 120 0 15 364 110 64
Binary 111000 101101 11011101 1001011 1010000 0 1101 11110100 1001000 110100

Color Harmonies of #382DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DDD

Black with #382DDD

Text Example


Text Example

White with #382DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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