Html Css Color HEX #3B06C9 Han Purple

📋 copy color: '#3B06C9'

red 59 ◦ green 6 ◦ blue 201

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

Shades of Han Purple #3B06C9

Tints of Han Purple #3B06C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 75.56%

R = 22.18%
G = 2.26%
B = 75.56%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3B06C9 (or 0x3B06C9) is known color: Han Purple. HEX triplet: 3B, 06 and C9. RGB value is (59,6,201). Sum of RGB (Red+Green+Blue) = 59+6+201=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #3B06C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B06C9 is #C4F936. Grayscale: #2B2B2B. Windows color (decimal): -12908855 or 13174331. OLE color: 13174331.

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

Color convert

RGB 59 6 201 -
CMYK 0.71 0.97 0 0.21
HSL 256.31º 0.94% 0.41% -
HSV(B) 256.31º 0.97% 0.79% -
XYZ 12.41 5.28 55.62 -
YUV 44.08 216.56 138.64 -
System Red Green Blue C M Y K H S L
Decimal 59 6 201 0.71 0.97 0 0.21 256.31 0.94 0.41
Hex 3B 6 C9 47 61 0 15 100 5E 29
Octal 73 6 311 107 141 0 25 400 136 51
Binary 111011 110 11001001 1000111 1100001 0 10101 100000000 1011110 101001

Color Harmonies of #3B06C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B06C9

Black with #3B06C9

Text Example


Text Example

White with #3B06C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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