Html Css Color HEX #3B06F3 Han Purple

📋 copy color: '#3B06F3'

red 59 ◦ green 6 ◦ blue 243

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

Shades of Han Purple #3B06F3

Tints of Han Purple #3B06F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 78.9%

R = 19.16%
G = 1.95%
B = 78.9%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3B06F3 (or 0x3B06F3) is known color: Han Purple. HEX triplet: 3B, 06 and F3. RGB value is (59,6,243). Sum of RGB (Red+Green+Blue) = 59+6+243=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 243 (95.31% from 255 or 78.90% from 308); Max value from RGB is 243 - color contains mainly: blue. Hex color #3B06F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B06F3 is #C4F90C. Grayscale: #2F2F2F. Windows color (decimal): -12908813 or 15926843. OLE color: 15926843.

HSL color Cylindrical-coordinate representation of color #3B06F3: hue angle of 253.42º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B06F3 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 6 243 -
CMYK 0.76 0.98 0 0.05
HSL 253.42º 0.95% 0.49% -
HSV(B) 253.42º 0.98% 0.95% -
XYZ 18.05 7.53 85.3 -
YUV 48.87 237.56 135.23 -
System Red Green Blue C M Y K H S L
Decimal 59 6 243 0.76 0.98 0 0.05 253.42 0.95 0.49
Hex 3B 6 F3 4C 62 0 5 FD 5F 31
Octal 73 6 363 114 142 0 5 375 137 61
Binary 111011 110 11110011 1001100 1100010 0 101 11111101 1011111 110001

Color Harmonies of #3B06F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B06F3

Black with #3B06F3

Text Example


Text Example

White with #3B06F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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