Html Css Color HEX #3B0569 Indigo

📋 copy color: '#3B0569'

red 59 ◦ green 5 ◦ blue 105

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

Shades of Indigo #3B0569

Tints of Indigo #3B0569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.13%

R = 34.91%
G = 2.96%
B = 62.13%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3B0569 (or 0x3B0569) is known color: Indigo. HEX triplet: 3B, 05 and 69. RGB value is (59,5,105). Sum of RGB (Red+Green+Blue) = 59+5+105=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B0569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0569 is #C4FA96. Grayscale: #202020. Windows color (decimal): -12909207 or 6882619. OLE color: 6882619.

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

Color convert

RGB 59 5 105 -
CMYK 0.44 0.95 0 0.59
HSL 272.4º 0.91% 0.22% -
HSV(B) 272.4º 0.95% 0.41% -
XYZ 4.41 2.06 13.53 -
YUV 32.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 59 5 105 0.44 0.95 0 0.59 272.4 0.91 0.22
Hex 3B 5 69 2C 5F 0 3B 110 5B 16
Octal 73 5 151 54 137 0 73 420 133 26
Binary 111011 101 1101001 101100 1011111 0 111011 100010000 1011011 10110

Color Harmonies of #3B0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0569

Black with #3B0569

Text Example


Text Example

White with #3B0569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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