#3800CF

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

Shades of Han Purple #3800CF

Tints of Han Purple #3800CF

Color information

#3800CF (or 0x3800CF) is unknown color: approx Han Purple. HEX triplet: 38, 00 and CF. RGB value is (56,0,207). Sum of RGB (Red+Green+Blue) = 56+0+207=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #3800CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3800CF is #C7FF30. Grayscale: #272727. Windows color (decimal): -13106993 or 13566008. OLE color: 13566008.

HSL color Cylindrical-coordinate representation of color #3800CF: hue angle of 256.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800CF is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB560207-
CMYK0.73100.19
HSL256.23º100%40.59%-
HSV(B)256.23º100%81.18%-
XYZ12.895.3559.38-
YUV40.34222.05139.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 78.71%
R=21.29%
G=0%
B=78.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5602070.73100.19256.2310040.59
Hex380CF49640131006429
Octal70031711114402340014451
Binary111000011001111100100111001000100111000000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3800CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3800CF; }

 p { color: rgb(56,0,207); }

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

<style>
 a { background-color: #3800CF; }

 a { background-color: rgb(56,0,207); }

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

<style>
 span { border-color: #3800CF; }

 span { border-color: rgb(56,0,207); }

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