Html Css Color HEX #3B089A Persian Indigo

📋 copy color: '#3B089A'

red 59 ◦ green 8 ◦ blue 154

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

Shades of Persian Indigo #3B089A

Tints of Persian Indigo #3B089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 69.68%

R = 26.7%
G = 3.62%
B = 69.68%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3B089A (or 0x3B089A) is known color: Persian Indigo. HEX triplet: 3B, 08 and 9A. RGB value is (59,8,154). Sum of RGB (Red+Green+Blue) = 59+8+154=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B089A is #C4F765. Grayscale: #272727. Windows color (decimal): -12908390 or 10094651. OLE color: 10094651.

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

Color convert

RGB 59 8 154 -
CMYK 0.62 0.95 0 0.40
HSL 260.96º 0.9% 0.32% -
HSV(B) 260.96º 0.95% 0.6% -
XYZ 7.72 3.44 30.83 -
YUV 39.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 59 8 154 0.62 0.95 0 0.40 260.96 0.9 0.32
Hex 3B 8 9A 3E 5F 0 28 105 5A 20
Octal 73 10 232 76 137 0 50 405 132 40
Binary 111011 1000 10011010 111110 1011111 0 101000 100000101 1011010 100000

Color Harmonies of #3B089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B089A

Black with #3B089A

Text Example


Text Example

White with #3B089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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