Html Css Color HEX #380CE6 Han Purple

📋 copy color: '#380CE6'

red 56 ◦ green 12 ◦ blue 230

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

Shades of Han Purple #380CE6

Tints of Han Purple #380CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 77.18%

R = 18.79%
G = 4.03%
B = 77.18%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#380CE6 (or 0x380CE6) is known color: Han Purple. HEX triplet: 38, 0C and E6. RGB value is (56,12,230). Sum of RGB (Red+Green+Blue) = 56+12+230=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #380CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CE6 is #C7F319. Grayscale: #313131. Windows color (decimal): -13103898 or 15076408. OLE color: 15076408.

HSL color Cylindrical-coordinate representation of color #380CE6: hue angle of 252.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CE6 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 12 230 -
CMYK 0.76 0.95 0 0.10
HSL 252.11º 0.9% 0.47% -
HSV(B) 252.11º 0.95% 0.9% -
XYZ 16.05 6.82 75.33 -
YUV 50.01 229.58 132.27 -
System Red Green Blue C M Y K H S L
Decimal 56 12 230 0.76 0.95 0 0.10 252.11 0.9 0.47
Hex 38 C E6 4C 5F 0 A FC 5A 2F
Octal 70 14 346 114 137 0 12 374 132 57
Binary 111000 1100 11100110 1001100 1011111 0 1010 11111100 1011010 101111

Color Harmonies of #380CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CE6

Black with #380CE6

Text Example


Text Example

White with #380CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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