#380BCB

Color #380BCB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #380BCB

Tints of Han Purple #380BCB

Color information

#380BCB (or 0x380BCB) is unknown color: approx Han Purple. HEX triplet: 38, 0B and CB. RGB value is (56,11,203). Sum of RGB (Red+Green+Blue) = 56+11+203=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #380BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BCB is #C7F434. Grayscale: #2D2D2D. Windows color (decimal): -13104181 or 13306680. OLE color: 13306680.

HSL color Cylindrical-coordinate representation of color #380BCB: hue angle of 254.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380BCB is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5611203-
CMYK0.720.9500.20
HSL254.06º89.72%41.96%-
HSV(B)254.06º94.58%79.61%-
XYZ12.535.3956.88-
YUV46.34216.41134.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 203 (79.69% from 255) = 75.19%
R=20.74%
G=4.07%
B=75.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56112030.720.9500.20254.0689.7241.96
Hex38BCB485F014fe5a2a
Octal701331311013702437613252
Binary11100010111100101110010001011111010100111111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #380BCB;
 }
 .AnyTagClassName
 {
   color: #380BCB;
 }
</style>
background-color css

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

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

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

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

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

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