Html Css Color HEX #3B01CE Han Purple

📋 copy color: '#3B01CE'

red 59 ◦ green 1 ◦ blue 206

#3B01CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3B01CE

Tints of Han Purple #3B01CE

RGB

 RED value IS 59 (23.44% from 255) = 22.18%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 206 (80.86% from 255) = 77.44%

R = 22.18%
G = 0.38%
B = 77.44%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B01CE (or 0x3B01CE) is known color: Han Purple. HEX triplet: 3B, 01 and CE. RGB value is (59,1,206). Sum of RGB (Red+Green+Blue) = 59+1+206=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B01CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B01CE is #C4FE31. Grayscale: #282828. Windows color (decimal): -12910130 or 13500731. OLE color: 13500731.

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

Color convert

RGB 59 1 206 -
CMYK 0.71 1.00 0 0.19
HSL 256.98º 0.99% 0.41% -
HSV(B) 256.98º 1% 0.81% -
XYZ 12.96 5.41 58.75 -
YUV 41.71 220.72 140.33 -
System Red Green Blue C M Y K H S L
Decimal 59 1 206 0.71 1.00 0 0.19 256.98 0.99 0.41
Hex 3B 1 CE 47 64 0 13 101 63 29
Octal 73 1 316 107 144 0 23 401 143 51
Binary 111011 1 11001110 1000111 1100100 0 10011 100000001 1100011 101001

Color Harmonies of #3B01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B01CE

Black with #3B01CE

Text Example


Text Example

White with #3B01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,1,206); }

 H1.HeaderClassName
 {
   color: #3B01CE;
 }
 .AnyTagClassName
 {
   color: #3B01CE;
 }
</style>

background-color css

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

 a { background-color: rgb(59,1,206); }

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

border-color css

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

 span { border-color: rgb(59,1,206); }

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