#3D00CB

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

Shades of Han Purple #3D00CB

Tints of Han Purple #3D00CB

Color information

#3D00CB (or 0x3D00CB) is unknown color: approx Han Purple. HEX triplet: 3D, 00 and CB. RGB value is (61,0,203). Sum of RGB (Red+Green+Blue) = 61+0+203=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D00CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D00CB is #C2FF34. Grayscale: #282828. Windows color (decimal): -12779317 or 13303869. OLE color: 13303869.

HSL color Cylindrical-coordinate representation of color #3D00CB: hue angle of 258.03º 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 #3D00CB is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB610203-
CMYK0.70100.20
HSL258.03º100%39.8%-
HSV(B)258.03º100%79.61%-
XYZ12.75.356.85-
YUV41.38219.21141.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 76.89%
R=23.11%
G=0%
B=76.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6102030.70100.20258.0310039.8
Hex3D0CB46640141026428
Octal75031310614402440214450
Binary111101011001011100011011001000101001000000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D00CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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