Html Css Color HEX #3B099B Persian Indigo

📋 copy color: '#3B099B'

red 59 ◦ green 9 ◦ blue 155

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

Shades of Persian Indigo #3B099B

Tints of Persian Indigo #3B099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.51%

R = 26.46%
G = 4.04%
B = 69.51%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B099B (or 0x3B099B) is known color: Persian Indigo. HEX triplet: 3B, 09 and 9B. RGB value is (59,9,155). Sum of RGB (Red+Green+Blue) = 59+9+155=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B099B is #C4F664. Grayscale: #282828. Windows color (decimal): -12908133 or 10160443. OLE color: 10160443.

HSL color Cylindrical-coordinate representation of color #3B099B: hue angle of 260.55º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B099B is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 9 155 -
CMYK 0.62 0.94 0 0.39
HSL 260.55º 0.89% 0.32% -
HSV(B) 260.55º 0.94% 0.61% -
XYZ 7.82 3.49 31.27 -
YUV 40.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 59 9 155 0.62 0.94 0 0.39 260.55 0.89 0.32
Hex 3B 9 9B 3E 5E 0 27 105 59 20
Octal 73 11 233 76 136 0 47 405 131 40
Binary 111011 1001 10011011 111110 1011110 0 100111 100000101 1011001 100000

Color Harmonies of #3B099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B099B

Black with #3B099B

Text Example


Text Example

White with #3B099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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