Html Css Color HEX #3B088B Persian Indigo

📋 copy color: '#3B088B'

red 59 ◦ green 8 ◦ blue 139

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

Shades of Persian Indigo #3B088B

Tints of Persian Indigo #3B088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.48%

R = 28.64%
G = 3.88%
B = 67.48%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B088B (or 0x3B088B) is known color: Persian Indigo. HEX triplet: 3B, 08 and 8B. RGB value is (59,8,139). Sum of RGB (Red+Green+Blue) = 59+8+139=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B088B is #C4F774. Grayscale: #252525. Windows color (decimal): -12908405 or 9111611. OLE color: 9111611.

HSL color Cylindrical-coordinate representation of color #3B088B: hue angle of 263.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B088B is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 8 139 -
CMYK 0.58 0.94 0 0.45
HSL 263.36º 0.89% 0.29% -
HSV(B) 263.36º 0.94% 0.55% -
XYZ 6.55 2.97 24.65 -
YUV 38.18 184.9 142.85 -
System Red Green Blue C M Y K H S L
Decimal 59 8 139 0.58 0.94 0 0.45 263.36 0.89 0.29
Hex 3B 8 8B 3A 5E 0 2D 107 59 1D
Octal 73 10 213 72 136 0 55 407 131 35
Binary 111011 1000 10001011 111010 1011110 0 101101 100000111 1011001 11101

Color Harmonies of #3B088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B088B

Black with #3B088B

Text Example


Text Example

White with #3B088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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