Html Css Color HEX #3B0568 Indigo

📋 copy color: '#3B0568'

red 59 ◦ green 5 ◦ blue 104

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

Shades of Indigo #3B0568

Tints of Indigo #3B0568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.9%

R = 35.12%
G = 2.98%
B = 61.9%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3B0568 (or 0x3B0568) is known color: Indigo. HEX triplet: 3B, 05 and 68. RGB value is (59,5,104). Sum of RGB (Red+Green+Blue) = 59+5+104=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B0568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0568 is #C4FA97. Grayscale: #202020. Windows color (decimal): -12909208 or 6817083. OLE color: 6817083.

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

Color convert

RGB 59 5 104 -
CMYK 0.43 0.95 0 0.59
HSL 272.73º 0.91% 0.21% -
HSV(B) 272.73º 0.95% 0.41% -
XYZ 4.36 2.04 13.26 -
YUV 32.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 59 5 104 0.43 0.95 0 0.59 272.73 0.91 0.21
Hex 3B 5 68 2B 5F 0 3B 111 5B 15
Octal 73 5 150 53 137 0 73 421 133 25
Binary 111011 101 1101000 101011 1011111 0 111011 100010001 1011011 10101

Color Harmonies of #3B0568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0568

Black with #3B0568

Text Example


Text Example

White with #3B0568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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