Html Css Color HEX #380BFD Han Purple

📋 copy color: '#380BFD'

red 56 ◦ green 11 ◦ blue 253

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

Shades of Han Purple #380BFD

Tints of Han Purple #380BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 79.06%

R = 17.5%
G = 3.44%
B = 79.06%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#380BFD (or 0x380BFD) is known color: Han Purple. HEX triplet: 38, 0B and FD. RGB value is (56,11,253). Sum of RGB (Red+Green+Blue) = 56+11+253=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #380BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380BFD is #C7F402. Grayscale: #333333. Windows color (decimal): -13104131 or 16583480. OLE color: 16583480.

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

Color convert

RGB 56 11 253 -
CMYK 0.78 0.96 0 0.01
HSL 251.16º 0.98% 0.52% -
HSV(B) 251.16º 0.96% 0.99% -
XYZ 19.48 8.17 93.48 -
YUV 52.04 241.41 130.82 -
System Red Green Blue C M Y K H S L
Decimal 56 11 253 0.78 0.96 0 0.01 251.16 0.98 0.52
Hex 38 B FD 4E 60 0 1 FB 62 34
Octal 70 13 375 116 140 0 1 373 142 64
Binary 111000 1011 11111101 1001110 1100000 0 1 11111011 1100010 110100

Color Harmonies of #380BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BFD

Black with #380BFD

Text Example


Text Example

White with #380BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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