Html Css Color HEX #3B056F Persian Indigo

📋 copy color: '#3B056F'

red 59 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #3B056F

Tints of Persian Indigo #3B056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 111 (43.75% from 255) = 63.43%

R = 33.71%
G = 2.86%
B = 63.43%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B056F (or 0x3B056F) is known color: Persian Indigo. HEX triplet: 3B, 05 and 6F. RGB value is (59,5,111). Sum of RGB (Red+Green+Blue) = 59+5+111=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B056F is #C4FA90. Grayscale: #202020. Windows color (decimal): -12909201 or 7275835. OLE color: 7275835.

HSL color Cylindrical-coordinate representation of color #3B056F: hue angle of 270.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B056F is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 5 111 -
CMYK 0.47 0.95 0 0.56
HSL 270.57º 0.91% 0.23% -
HSV(B) 270.57º 0.95% 0.44% -
XYZ 4.73 2.19 15.21 -
YUV 33.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 59 5 111 0.47 0.95 0 0.56 270.57 0.91 0.23
Hex 3B 5 6F 2F 5F 0 38 10F 5B 17
Octal 73 5 157 57 137 0 70 417 133 27
Binary 111011 101 1101111 101111 1011111 0 111000 100001111 1011011 10111

Color Harmonies of #3B056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B056F

Black with #3B056F

Text Example


Text Example

White with #3B056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,111); }

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

background-color css

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

 a { background-color: rgb(59,5,111); }

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

border-color css

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

 span { border-color: rgb(59,5,111); }

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