#3B00EE

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

Shades of Han Purple #3B00EE

Tints of Han Purple #3B00EE

Color information

#3B00EE (or 0x3B00EE) is unknown color: approx Han Purple. HEX triplet: 3B, 00 and EE. RGB value is (59,0,238). Sum of RGB (Red+Green+Blue) = 59+0+238=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #3B00EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B00EE is #C4FF11. Grayscale: #2B2B2B. Windows color (decimal): -12910354 or 15597627. OLE color: 15597627.

HSL color Cylindrical-coordinate representation of color #3B00EE: hue angle of 254.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B00EE is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB590238-
CMYK0.75100.07
HSL254.87º100%46.67%-
HSV(B)254.87º100%93.33%-
XYZ17.247.181.35-
YUV44.77237.05138.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 80.13%
R=19.87%
G=0%
B=80.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5902380.75100.07254.8710046.67
Hex3B0EE4B6407ff642f
Octal7303561131440737714457
Binary111011011101110100101111001000111111111111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B00EE; }

 p { color: rgb(59,0,238); }

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

<style>
 a { background-color: #3B00EE; }

 a { background-color: rgb(59,0,238); }

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

<style>
 span { border-color: #3B00EE; }

 span { border-color: rgb(59,0,238); }

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