Html Css Color HEX #380BDB Han Purple

📋 copy color: '#380BDB'

red 56 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #380BDB

Tints of Han Purple #380BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 19.58%
G = 3.85%
B = 76.57%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#380BDB (or 0x380BDB) is known color: Han Purple. HEX triplet: 38, 0B and DB. RGB value is (56,11,219). Sum of RGB (Red+Green+Blue) = 56+11+219=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #380BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BDB is #C7F424. Grayscale: #2F2F2F. Windows color (decimal): -13104165 or 14355256. OLE color: 14355256.

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

Color convert

RGB 56 11 219 -
CMYK 0.74 0.95 0 0.14
HSL 252.98º 0.9% 0.45% -
HSV(B) 252.98º 0.95% 0.86% -
XYZ 14.54 6.19 67.45 -
YUV 48.17 224.41 133.59 -
System Red Green Blue C M Y K H S L
Decimal 56 11 219 0.74 0.95 0 0.14 252.98 0.9 0.45
Hex 38 B DB 4A 5F 0 E FD 5A 2D
Octal 70 13 333 112 137 0 16 375 132 55
Binary 111000 1011 11011011 1001010 1011111 0 1110 11111101 1011010 101101

Color Harmonies of #380BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BDB

Black with #380BDB

Text Example


Text Example

White with #380BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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