Html Css Color HEX #3B09D1 Han Purple

📋 copy color: '#3B09D1'

red 59 ◦ green 9 ◦ blue 209

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

Shades of Han Purple #3B09D1

Tints of Han Purple #3B09D1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 209 (82.03% from 255) = 75.45%

R = 21.3%
G = 3.25%
B = 75.45%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3B09D1 (or 0x3B09D1) is known color: Han Purple. HEX triplet: 3B, 09 and D1. RGB value is (59,9,209). Sum of RGB (Red+Green+Blue) = 59+9+209=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 209 (82.03% from 255 or 75.45% from 277); Max value from RGB is 209 - color contains mainly: blue. Hex color #3B09D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B09D1 is #C4F62E. Grayscale: #2E2E2E. Windows color (decimal): -12908079 or 13699387. OLE color: 13699387.

HSL color Cylindrical-coordinate representation of color #3B09D1: hue angle of 255º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B09D1 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 9 209 -
CMYK 0.72 0.96 0 0.18
HSL 255º 0.92% 0.43% -
HSV(B) 255º 0.96% 0.82% -
XYZ 13.41 5.73 60.72 -
YUV 46.75 219.57 136.74 -
System Red Green Blue C M Y K H S L
Decimal 59 9 209 0.72 0.96 0 0.18 255 0.92 0.43
Hex 3B 9 D1 48 60 0 12 FF 5C 2B
Octal 73 11 321 110 140 0 22 377 134 53
Binary 111011 1001 11010001 1001000 1100000 0 10010 11111111 1011100 101011

Color Harmonies of #3B09D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B09D1

Black with #3B09D1

Text Example


Text Example

White with #3B09D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,9,209); }

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

background-color css

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

 a { background-color: rgb(59,9,209); }

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

border-color css

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

 span { border-color: rgb(59,9,209); }

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