Html Css Color HEX #380DF6 Han Purple

📋 copy color: '#380DF6'

red 56 ◦ green 13 ◦ blue 246

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

Shades of Han Purple #380DF6

Tints of Han Purple #380DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 78.1%

R = 17.78%
G = 4.13%
B = 78.1%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#380DF6 (or 0x380DF6) is known color: Han Purple. HEX triplet: 38, 0D and F6. RGB value is (56,13,246). Sum of RGB (Red+Green+Blue) = 56+13+246=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #380DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380DF6 is #C7F209. Grayscale: #333333. Windows color (decimal): -13103626 or 16125240. OLE color: 16125240.

HSL color Cylindrical-coordinate representation of color #380DF6: hue angle of 251.07º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380DF6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 13 246 -
CMYK 0.77 0.95 0 0.04
HSL 251.07º 0.93% 0.51% -
HSV(B) 251.07º 0.95% 0.96% -
XYZ 18.41 7.78 87.72 -
YUV 52.42 237.25 130.55 -
System Red Green Blue C M Y K H S L
Decimal 56 13 246 0.77 0.95 0 0.04 251.07 0.93 0.51
Hex 38 D F6 4D 5F 0 4 FB 5D 33
Octal 70 15 366 115 137 0 4 373 135 63
Binary 111000 1101 11110110 1001101 1011111 0 100 11111011 1011101 110011

Color Harmonies of #380DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380DF6

Black with #380DF6

Text Example


Text Example

White with #380DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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