Html Css Color HEX #3B06CE Han Purple

📋 copy color: '#3B06CE'

red 59 ◦ green 6 ◦ blue 206

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

Shades of Han Purple #3B06CE

Tints of Han Purple #3B06CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 21.77%
G = 2.21%
B = 76.01%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B06CE (or 0x3B06CE) is known color: Han Purple. HEX triplet: 3B, 06 and CE. RGB value is (59,6,206). Sum of RGB (Red+Green+Blue) = 59+6+206=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B06CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B06CE is #C4F931. Grayscale: #2B2B2B. Windows color (decimal): -12908850 or 13502011. OLE color: 13502011.

HSL color Cylindrical-coordinate representation of color #3B06CE: hue angle of 255.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B06CE is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 6 206 -
CMYK 0.71 0.97 0 0.19
HSL 255.9º 0.94% 0.42% -
HSV(B) 255.9º 0.97% 0.81% -
XYZ 13.01 5.52 58.77 -
YUV 44.65 219.06 138.24 -
System Red Green Blue C M Y K H S L
Decimal 59 6 206 0.71 0.97 0 0.19 255.9 0.94 0.42
Hex 3B 6 CE 47 61 0 13 100 5E 2A
Octal 73 6 316 107 141 0 23 400 136 52
Binary 111011 110 11001110 1000111 1100001 0 10011 100000000 1011110 101010

Color Harmonies of #3B06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B06CE

Black with #3B06CE

Text Example


Text Example

White with #3B06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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