Html Css Color HEX #3B056E Persian Indigo

📋 copy color: '#3B056E'

red 59 ◦ green 5 ◦ blue 110

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

Shades of Persian Indigo #3B056E

Tints of Persian Indigo #3B056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.22%

R = 33.91%
G = 2.87%
B = 63.22%

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

#3B056E (or 0x3B056E) is known color: Persian Indigo. HEX triplet: 3B, 05 and 6E. RGB value is (59,5,110). Sum of RGB (Red+Green+Blue) = 59+5+110=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B056E is #C4FA91. Grayscale: #202020. Windows color (decimal): -12909202 or 7210299. OLE color: 7210299.

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

Color convert

RGB 59 5 110 -
CMYK 0.46 0.95 0 0.57
HSL 270.86º 0.91% 0.23% -
HSV(B) 270.86º 0.95% 0.43% -
XYZ 4.67 2.16 14.92 -
YUV 33.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 59 5 110 0.46 0.95 0 0.57 270.86 0.91 0.23
Hex 3B 5 6E 2E 5F 0 39 10F 5B 17
Octal 73 5 156 56 137 0 71 417 133 27
Binary 111011 101 1101110 101110 1011111 0 111001 100001111 1011011 10111

Color Harmonies of #3B056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B056E

Black with #3B056E

Text Example


Text Example

White with #3B056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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