Html Css Color HEX #3B08E6 Han Purple

📋 copy color: '#3B08E6'

red 59 ◦ green 8 ◦ blue 230

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

Shades of Han Purple #3B08E6

Tints of Han Purple #3B08E6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

 BLUE value IS 230 (90.23% from 255) = 77.44%

R = 19.87%
G = 2.69%
B = 77.44%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3B08E6 (or 0x3B08E6) is known color: Han Purple. HEX triplet: 3B, 08 and E6. RGB value is (59,8,230). Sum of RGB (Red+Green+Blue) = 59+8+230=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 230 (90.23% from 255 or 77.44% from 297); Max value from RGB is 230 - color contains mainly: blue. Hex color #3B08E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B08E6 is #C4F719. Grayscale: #2F2F2F. Windows color (decimal): -12908314 or 15075387. OLE color: 15075387.

HSL color Cylindrical-coordinate representation of color #3B08E6: hue angle of 253.78º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B08E6 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 59 8 230 -
CMYK 0.74 0.97 0 0.10
HSL 253.78º 0.93% 0.47% -
HSV(B) 253.78º 0.97% 0.9% -
XYZ 16.17 6.82 75.33 -
YUV 48.56 230.4 135.45 -
System Red Green Blue C M Y K H S L
Decimal 59 8 230 0.74 0.97 0 0.10 253.78 0.93 0.47
Hex 3B 8 E6 4A 61 0 A FE 5D 2F
Octal 73 10 346 112 141 0 12 376 135 57
Binary 111011 1000 11100110 1001010 1100001 0 1010 11111110 1011101 101111

Color Harmonies of #3B08E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B08E6

Black with #3B08E6

Text Example


Text Example

White with #3B08E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,8,230); }

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

background-color css

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

 a { background-color: rgb(59,8,230); }

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

border-color css

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

 span { border-color: rgb(59,8,230); }

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