Html Css Color HEX #3B09CF Han Purple

📋 copy color: '#3B09CF'

red 59 ◦ green 9 ◦ blue 207

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

Shades of Han Purple #3B09CF

Tints of Han Purple #3B09CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.27%

R = 21.45%
G = 3.27%
B = 75.27%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B09CF (or 0x3B09CF) is known color: Han Purple. HEX triplet: 3B, 09 and CF. RGB value is (59,9,207). Sum of RGB (Red+Green+Blue) = 59+9+207=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B09CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B09CF is #C4F630. Grayscale: #2D2D2D. Windows color (decimal): -12908081 or 13568315. OLE color: 13568315.

HSL color Cylindrical-coordinate representation of color #3B09CF: hue angle of 255.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B09CF is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 9 207 -
CMYK 0.71 0.96 0 0.19
HSL 255.15º 0.92% 0.42% -
HSV(B) 255.15º 0.96% 0.81% -
XYZ 13.16 5.63 59.42 -
YUV 46.52 218.57 136.9 -
System Red Green Blue C M Y K H S L
Decimal 59 9 207 0.71 0.96 0 0.19 255.15 0.92 0.42
Hex 3B 9 CF 47 60 0 13 FF 5C 2A
Octal 73 11 317 107 140 0 23 377 134 52
Binary 111011 1001 11001111 1000111 1100000 0 10011 11111111 1011100 101010

Color Harmonies of #3B09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B09CF

Black with #3B09CF

Text Example


Text Example

White with #3B09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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