#3B00CB

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

Shades of Han Purple #3B00CB

Tints of Han Purple #3B00CB

Color information

#3B00CB (or 0x3B00CB) is unknown color: approx Han Purple. HEX triplet: 3B, 00 and CB. RGB value is (59,0,203). Sum of RGB (Red+Green+Blue) = 59+0+203=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B00CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B00CB is #C4FF34. Grayscale: #282828. Windows color (decimal): -12910389 or 13303867. OLE color: 13303867.

HSL color Cylindrical-coordinate representation of color #3B00CB: hue angle of 257.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B00CB is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB590203-
CMYK0.71100.20
HSL257.44º100%39.8%-
HSV(B)257.44º100%79.61%-
XYZ12.585.2456.85-
YUV40.78219.55140.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 77.48%
R=22.52%
G=0%
B=77.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal5902030.71100.20257.4410039.8
Hex3B0CB47640141016428
Octal73031310714402440114450
Binary111011011001011100011111001000101001000000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B00CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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