Html Css Color HEX #3B089B Persian Indigo

📋 copy color: '#3B089B'

red 59 ◦ green 8 ◦ blue 155

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

Shades of Persian Indigo #3B089B

Tints of Persian Indigo #3B089B

RGB

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

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

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

R = 26.58%
G = 3.6%
B = 69.82%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B089B (or 0x3B089B) is known color: Persian Indigo. HEX triplet: 3B, 08 and 9B. RGB value is (59,8,155). Sum of RGB (Red+Green+Blue) = 59+8+155=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B089B is #C4F764. Grayscale: #272727. Windows color (decimal): -12908389 or 10160187. OLE color: 10160187.

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

Color convert

RGB 59 8 155 -
CMYK 0.62 0.95 0 0.39
HSL 260.82º 0.9% 0.32% -
HSV(B) 260.82º 0.95% 0.61% -
XYZ 7.81 3.47 31.27 -
YUV 40.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 59 8 155 0.62 0.95 0 0.39 260.82 0.9 0.32
Hex 3B 8 9B 3E 5F 0 27 105 5A 20
Octal 73 10 233 76 137 0 47 405 132 40
Binary 111011 1000 10011011 111110 1011111 0 100111 100000101 1011010 100000

Color Harmonies of #3B089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B089B

Black with #3B089B

Text Example


Text Example

White with #3B089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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