Html Css Color HEX #3B06FF Han Purple

📋 copy color: '#3B06FF'

red 59 ◦ green 6 ◦ blue 255

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

Shades of Han Purple #3B06FF

Tints of Han Purple #3B06FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 79.69%

R = 18.44%
G = 1.88%
B = 79.69%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3B06FF (or 0x3B06FF) is known color: Han Purple. HEX triplet: 3B, 06 and FF. RGB value is (59,6,255). Sum of RGB (Red+Green+Blue) = 59+6+255=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B06FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B06FF is #C4F900. Grayscale: #313131. Windows color (decimal): -12908801 or 16713275. OLE color: 16713275.

HSL color Cylindrical-coordinate representation of color #3B06FF: hue angle of 252.77º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B06FF is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 6 255 -
CMYK 0.77 0.98 0 0
HSL 252.77º 1% 0.51% -
HSV(B) 252.77º 0.98% 1% -
XYZ 19.92 8.28 95.16 -
YUV 50.23 243.56 134.25 -
System Red Green Blue C M Y K H S L
Decimal 59 6 255 0.77 0.98 0 0 252.77 1 0.51
Hex 3B 6 FF 4D 62 0 0 FD 64 33
Octal 73 6 377 115 142 0 0 375 144 63
Binary 111011 110 11111111 1001101 1100010 0 0 11111101 1100100 110011

Color Harmonies of #3B06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B06FF

Black with #3B06FF

Text Example


Text Example

White with #3B06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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