Html Css Color HEX #380BEF Han Purple

📋 copy color: '#380BEF'

red 56 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #380BEF

Tints of Han Purple #380BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 18.3%
G = 3.59%
B = 78.1%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#380BEF (or 0x380BEF) is known color: Han Purple. HEX triplet: 38, 0B and EF. RGB value is (56,11,239). Sum of RGB (Red+Green+Blue) = 56+11+239=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #380BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380BEF is #C7F410. Grayscale: #313131. Windows color (decimal): -13104145 or 15665976. OLE color: 15665976.

HSL color Cylindrical-coordinate representation of color #380BEF: hue angle of 251.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380BEF is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 11 239 -
CMYK 0.77 0.95 0 0.06
HSL 251.84º 0.91% 0.49% -
HSV(B) 251.84º 0.95% 0.94% -
XYZ 17.33 7.31 82.16 -
YUV 50.45 234.41 131.96 -
System Red Green Blue C M Y K H S L
Decimal 56 11 239 0.77 0.95 0 0.06 251.84 0.91 0.49
Hex 38 B EF 4D 5F 0 6 FC 5B 31
Octal 70 13 357 115 137 0 6 374 133 61
Binary 111000 1011 11101111 1001101 1011111 0 110 11111100 1011011 110001

Color Harmonies of #380BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BEF

Black with #380BEF

Text Example


Text Example

White with #380BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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