Html Css Color HEX #380BFF Han Purple

📋 copy color: '#380BFF'

red 56 ◦ green 11 ◦ blue 255

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

Shades of Han Purple #380BFF

Tints of Han Purple #380BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 79.19%

R = 17.39%
G = 3.42%
B = 79.19%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#380BFF (or 0x380BFF) is known color: Han Purple. HEX triplet: 38, 0B and FF. RGB value is (56,11,255). Sum of RGB (Red+Green+Blue) = 56+11+255=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #380BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380BFF is #C7F400. Grayscale: #333333. Windows color (decimal): -13104129 or 16714552. OLE color: 16714552.

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

Color convert

RGB 56 11 255 -
CMYK 0.78 0.96 0 0
HSL 251.07º 1% 0.52% -
HSV(B) 251.07º 0.96% 1% -
XYZ 19.8 8.3 95.17 -
YUV 52.27 242.41 130.66 -
System Red Green Blue C M Y K H S L
Decimal 56 11 255 0.78 0.96 0 0 251.07 1 0.52
Hex 38 B FF 4E 60 0 0 FB 64 34
Octal 70 13 377 116 140 0 0 373 144 64
Binary 111000 1011 11111111 1001110 1100000 0 0 11111011 1100100 110100

Color Harmonies of #380BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BFF

Black with #380BFF

Text Example


Text Example

White with #380BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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