Html Css Color HEX #3B0A85 Persian Indigo

📋 copy color: '#3B0A85'

red 59 ◦ green 10 ◦ blue 133

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

Shades of Persian Indigo #3B0A85

Tints of Persian Indigo #3B0A85

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.95%

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 29.21%
G = 4.95%
B = 65.84%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3B0A85 (or 0x3B0A85) is known color: Persian Indigo. HEX triplet: 3B, 0A and 85. RGB value is (59,10,133). Sum of RGB (Red+Green+Blue) = 59+10+133=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B0A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0A85 is #C4F57A. Grayscale: #262626. Windows color (decimal): -12907899 or 8718907. OLE color: 8718907.

HSL color Cylindrical-coordinate representation of color #3B0A85: hue angle of 263.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0A85 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 10 133 -
CMYK 0.56 0.92 0 0.48
HSL 263.9º 0.86% 0.28% -
HSV(B) 263.9º 0.92% 0.52% -
XYZ 6.15 2.84 22.41 -
YUV 38.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 59 10 133 0.56 0.92 0 0.48 263.9 0.86 0.28
Hex 3B A 85 38 5C 0 30 108 56 1C
Octal 73 12 205 70 134 0 60 410 126 34
Binary 111011 1010 10000101 111000 1011100 0 110000 100001000 1010110 11100

Color Harmonies of #3B0A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0A85

Black with #3B0A85

Text Example


Text Example

White with #3B0A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,10,133); }

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

background-color css

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

 a { background-color: rgb(59,10,133); }

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

border-color css

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

 span { border-color: rgb(59,10,133); }

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