Html Css Color HEX #380DDA Han Purple

📋 copy color: '#380DDA'

red 56 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #380DDA

Tints of Han Purple #380DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

 BLUE value IS 218 (85.55% from 255) = 75.96%

R = 19.51%
G = 4.53%
B = 75.96%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#380DDA (or 0x380DDA) is known color: Han Purple. HEX triplet: 38, 0D and DA. RGB value is (56,13,218). Sum of RGB (Red+Green+Blue) = 56+13+218=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #380DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DDA is #C7F225. Grayscale: #303030. Windows color (decimal): -13103654 or 14290232. OLE color: 14290232.

HSL color Cylindrical-coordinate representation of color #380DDA: hue angle of 252.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380DDA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 13 218 -
CMYK 0.74 0.94 0 0.15
HSL 252.59º 0.89% 0.45% -
HSV(B) 252.59º 0.94% 0.85% -
XYZ 14.43 6.19 66.76 -
YUV 49.23 223.25 132.83 -
System Red Green Blue C M Y K H S L
Decimal 56 13 218 0.74 0.94 0 0.15 252.59 0.89 0.45
Hex 38 D DA 4A 5E 0 F FD 59 2D
Octal 70 15 332 112 136 0 17 375 131 55
Binary 111000 1101 11011010 1001010 1011110 0 1111 11111101 1011001 101101

Color Harmonies of #380DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380DDA

Black with #380DDA

Text Example


Text Example

White with #380DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380DDA; }

 p { color: rgb(56,13,218); }

 H1.HeaderClassName
 {
   color: #380DDA;
 }
 .AnyTagClassName
 {
   color: #380DDA;
 }
</style>

background-color css

<style>
 a { background-color: #380DDA; }

 a { background-color: rgb(56,13,218); }

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

border-color css

<style>
 span { border-color: #380DDA; }

 span { border-color: rgb(56,13,218); }

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