Html Css Color HEX #3B056D Persian Indigo

📋 copy color: '#3B056D'

red 59 ◦ green 5 ◦ blue 109

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

Shades of Persian Indigo #3B056D

Tints of Persian Indigo #3B056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.01%

R = 34.1%
G = 2.89%
B = 63.01%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3B056D (or 0x3B056D) is known color: Persian Indigo. HEX triplet: 3B, 05 and 6D. RGB value is (59,5,109). Sum of RGB (Red+Green+Blue) = 59+5+109=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B056D is #C4FA92. Grayscale: #202020. Windows color (decimal): -12909203 or 7144763. OLE color: 7144763.

HSL color Cylindrical-coordinate representation of color #3B056D: hue angle of 271.15º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B056D is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 59 5 109 -
CMYK 0.46 0.95 0 0.57
HSL 271.15º 0.91% 0.22% -
HSV(B) 271.15º 0.95% 0.43% -
XYZ 4.62 2.14 14.64 -
YUV 33 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 59 5 109 0.46 0.95 0 0.57 271.15 0.91 0.22
Hex 3B 5 6D 2E 5F 0 39 10F 5B 16
Octal 73 5 155 56 137 0 71 417 133 26
Binary 111011 101 1101101 101110 1011111 0 111001 100001111 1011011 10110

Color Harmonies of #3B056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B056D

Black with #3B056D

Text Example


Text Example

White with #3B056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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