Html Css Color HEX #3B0879 Persian Indigo

📋 copy color: '#3B0879'

red 59 ◦ green 8 ◦ blue 121

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

Shades of Persian Indigo #3B0879

Tints of Persian Indigo #3B0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

 BLUE value IS 121 (47.66% from 255) = 64.36%

R = 31.38%
G = 4.26%
B = 64.36%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B0879 (or 0x3B0879) is known color: Persian Indigo. HEX triplet: 3B, 08 and 79. RGB value is (59,8,121). Sum of RGB (Red+Green+Blue) = 59+8+121=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B0879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0879 is #C4F786. Grayscale: #232323. Windows color (decimal): -12908423 or 7931963. OLE color: 7931963.

HSL color Cylindrical-coordinate representation of color #3B0879: hue angle of 267.08º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0879 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 8 121 -
CMYK 0.51 0.93 0 0.53
HSL 267.08º 0.88% 0.25% -
HSV(B) 267.08º 0.93% 0.47% -
XYZ 5.34 2.48 18.29 -
YUV 36.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 59 8 121 0.51 0.93 0 0.53 267.08 0.88 0.25
Hex 3B 8 79 33 5D 0 35 10B 58 19
Octal 73 10 171 63 135 0 65 413 130 31
Binary 111011 1000 1111001 110011 1011101 0 110101 100001011 1011000 11001

Color Harmonies of #3B0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0879

Black with #3B0879

Text Example


Text Example

White with #3B0879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,8,121); }

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

background-color css

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

 a { background-color: rgb(59,8,121); }

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

border-color css

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

 span { border-color: rgb(59,8,121); }

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