Html Css Color HEX #3B088D Persian Indigo

📋 copy color: '#3B088D'

red 59 ◦ green 8 ◦ blue 141

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

Shades of Persian Indigo #3B088D

Tints of Persian Indigo #3B088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 67.79%

R = 28.37%
G = 3.85%
B = 67.79%

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

#3B088D (or 0x3B088D) is known color: Persian Indigo. HEX triplet: 3B, 08 and 8D. RGB value is (59,8,141). Sum of RGB (Red+Green+Blue) = 59+8+141=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B088D is #C4F772. Grayscale: #252525. Windows color (decimal): -12908403 or 9242683. OLE color: 9242683.

HSL color Cylindrical-coordinate representation of color #3B088D: hue angle of 263.01º 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 #3B088D is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 8 141 -
CMYK 0.58 0.94 0 0.45
HSL 263.01º 0.89% 0.29% -
HSV(B) 263.01º 0.94% 0.55% -
XYZ 6.7 3.03 25.43 -
YUV 38.41 185.9 142.69 -
System Red Green Blue C M Y K H S L
Decimal 59 8 141 0.58 0.94 0 0.45 263.01 0.89 0.29
Hex 3B 8 8D 3A 5E 0 2D 107 59 1D
Octal 73 10 215 72 136 0 55 407 131 35
Binary 111011 1000 10001101 111010 1011110 0 101101 100000111 1011001 11101

Color Harmonies of #3B088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B088D

Black with #3B088D

Text Example


Text Example

White with #3B088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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