Html Css Color HEX #380CF6 Han Purple

📋 copy color: '#380CF6'

red 56 ◦ green 12 ◦ blue 246

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

Shades of Han Purple #380CF6

Tints of Han Purple #380CF6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.82%

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

R = 17.83%
G = 3.82%
B = 78.34%

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

#380CF6 (or 0x380CF6) is known color: Han Purple. HEX triplet: 38, 0C and F6. RGB value is (56,12,246). Sum of RGB (Red+Green+Blue) = 56+12+246=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 246 (96.48% from 255 or 78.34% from 314); Max value from RGB is 246 - color contains mainly: blue. Hex color #380CF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CF6 is #C7F309. Grayscale: #323232. Windows color (decimal): -13103882 or 16124984. OLE color: 16124984.

HSL color Cylindrical-coordinate representation of color #380CF6: hue angle of 251.28º 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 #380CF6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 12 246 -
CMYK 0.77 0.95 0 0.04
HSL 251.28º 0.93% 0.51% -
HSV(B) 251.28º 0.95% 0.96% -
XYZ 18.4 7.76 87.72 -
YUV 51.83 237.58 130.97 -
System Red Green Blue C M Y K H S L
Decimal 56 12 246 0.77 0.95 0 0.04 251.28 0.93 0.51
Hex 38 C F6 4D 5F 0 4 FB 5D 33
Octal 70 14 366 115 137 0 4 373 135 63
Binary 111000 1100 11110110 1001101 1011111 0 100 11111011 1011101 110011

Color Harmonies of #380CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CF6

Black with #380CF6

Text Example


Text Example

White with #380CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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