Html Css Color HEX #380DFB Han Purple

📋 copy color: '#380DFB'

red 56 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #380DFB

Tints of Han Purple #380DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.44%

R = 17.5%
G = 4.06%
B = 78.44%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#380DFB (or 0x380DFB) is known color: Han Purple. HEX triplet: 38, 0D and FB. RGB value is (56,13,251). Sum of RGB (Red+Green+Blue) = 56+13+251=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #380DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380DFB is #C7F204. Grayscale: #343434. Windows color (decimal): -13103621 or 16452920. OLE color: 16452920.

HSL color Cylindrical-coordinate representation of color #380DFB: hue angle of 250.84º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380DFB is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 13 251 -
CMYK 0.78 0.95 0 0.02
HSL 250.84º 0.97% 0.52% -
HSV(B) 250.84º 0.95% 0.98% -
XYZ 19.19 8.09 91.82 -
YUV 52.99 239.75 130.15 -
System Red Green Blue C M Y K H S L
Decimal 56 13 251 0.78 0.95 0 0.02 250.84 0.97 0.52
Hex 38 D FB 4E 5F 0 2 FB 61 34
Octal 70 15 373 116 137 0 2 373 141 64
Binary 111000 1101 11111011 1001110 1011111 0 10 11111011 1100001 110100

Color Harmonies of #380DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380DFB

Black with #380DFB

Text Example


Text Example

White with #380DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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