Html Css Color HEX #380BFB Han Purple

📋 copy color: '#380BFB'

red 56 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #380BFB

Tints of Han Purple #380BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.93%

R = 17.61%
G = 3.46%
B = 78.93%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#380BFB (or 0x380BFB) is known color: Han Purple. HEX triplet: 38, 0B and FB. RGB value is (56,11,251). Sum of RGB (Red+Green+Blue) = 56+11+251=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 251 (98.44% from 255 or 78.93% from 318); Max value from RGB is 251 - color contains mainly: blue. Hex color #380BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380BFB is #C7F404. Grayscale: #323232. Windows color (decimal): -13104133 or 16452408. OLE color: 16452408.

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

Color convert

RGB 56 11 251 -
CMYK 0.78 0.96 0 0.02
HSL 251.25º 0.97% 0.51% -
HSV(B) 251.25º 0.96% 0.98% -
XYZ 19.16 8.05 91.81 -
YUV 51.82 240.41 130.99 -
System Red Green Blue C M Y K H S L
Decimal 56 11 251 0.78 0.96 0 0.02 251.25 0.97 0.51
Hex 38 B FB 4E 60 0 2 FB 61 33
Octal 70 13 373 116 140 0 2 373 141 63
Binary 111000 1011 11111011 1001110 1100000 0 10 11111011 1100001 110011

Color Harmonies of #380BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BFB

Black with #380BFB

Text Example


Text Example

White with #380BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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