Html Css Color HEX #380BDA Han Purple

📋 copy color: '#380BDA'

red 56 ◦ green 11 ◦ blue 218

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

Shades of Han Purple #380BDA

Tints of Han Purple #380BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

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

R = 19.65%
G = 3.86%
B = 76.49%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#380BDA (or 0x380BDA) is known color: Han Purple. HEX triplet: 38, 0B and DA. RGB value is (56,11,218). Sum of RGB (Red+Green+Blue) = 56+11+218=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #380BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BDA is #C7F425. Grayscale: #2F2F2F. Windows color (decimal): -13104166 or 14289720. OLE color: 14289720.

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

Color convert

RGB 56 11 218 -
CMYK 0.74 0.95 0 0.15
HSL 253.04º 0.9% 0.45% -
HSV(B) 253.04º 0.95% 0.85% -
XYZ 14.41 6.14 66.76 -
YUV 48.05 223.91 133.67 -
System Red Green Blue C M Y K H S L
Decimal 56 11 218 0.74 0.95 0 0.15 253.04 0.9 0.45
Hex 38 B DA 4A 5F 0 F FD 5A 2D
Octal 70 13 332 112 137 0 17 375 132 55
Binary 111000 1011 11011010 1001010 1011111 0 1111 11111101 1011010 101101

Color Harmonies of #380BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BDA

Black with #380BDA

Text Example


Text Example

White with #380BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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