Html Css Color HEX #3B0BAE Persian Indigo

📋 copy color: '#3B0BAE'

red 59 ◦ green 11 ◦ blue 174

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

Shades of Persian Indigo #3B0BAE

Tints of Persian Indigo #3B0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

 BLUE value IS 174 (68.36% from 255) = 71.31%

R = 24.18%
G = 4.51%
B = 71.31%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B0BAE (or 0x3B0BAE) is known color: Persian Indigo. HEX triplet: 3B, 0B and AE. RGB value is (59,11,174). Sum of RGB (Red+Green+Blue) = 59+11+174=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0BAE is #C4F451. Grayscale: #2B2B2B. Windows color (decimal): -12907602 or 11406139. OLE color: 11406139.

HSL color Cylindrical-coordinate representation of color #3B0BAE: hue angle of 257.67º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0BAE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 11 174 -
CMYK 0.66 0.94 0 0.32
HSL 257.67º 0.88% 0.36% -
HSV(B) 257.67º 0.94% 0.68% -
XYZ 9.56 4.23 40.36 -
YUV 43.93 201.4 138.75 -
System Red Green Blue C M Y K H S L
Decimal 59 11 174 0.66 0.94 0 0.32 257.67 0.88 0.36
Hex 3B B AE 42 5E 0 20 102 58 24
Octal 73 13 256 102 136 0 40 402 130 44
Binary 111011 1011 10101110 1000010 1011110 0 100000 100000010 1011000 100100

Color Harmonies of #3B0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0BAE

Black with #3B0BAE

Text Example


Text Example

White with #3B0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,11,174); }

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

background-color css

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

 a { background-color: rgb(59,11,174); }

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

border-color css

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

 span { border-color: rgb(59,11,174); }

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