Html Css Color HEX #3B056C Persian Indigo

📋 copy color: '#3B056C'

red 59 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #3B056C

Tints of Persian Indigo #3B056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 62.79%

R = 34.3%
G = 2.91%
B = 62.79%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B056C (or 0x3B056C) is known color: Persian Indigo. HEX triplet: 3B, 05 and 6C. RGB value is (59,5,108). Sum of RGB (Red+Green+Blue) = 59+5+108=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B056C is #C4FA93. Grayscale: #202020. Windows color (decimal): -12909204 or 7079227. OLE color: 7079227.

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

Color convert

RGB 59 5 108 -
CMYK 0.45 0.95 0 0.58
HSL 271.46º 0.91% 0.22% -
HSV(B) 271.46º 0.95% 0.42% -
XYZ 4.56 2.12 14.36 -
YUV 32.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 59 5 108 0.45 0.95 0 0.58 271.46 0.91 0.22
Hex 3B 5 6C 2D 5F 0 3A 10F 5B 16
Octal 73 5 154 55 137 0 72 417 133 26
Binary 111011 101 1101100 101101 1011111 0 111010 100001111 1011011 10110

Color Harmonies of #3B056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B056C

Black with #3B056C

Text Example


Text Example

White with #3B056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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