Html Css Color HEX #3B189E Persian Indigo

📋 copy color: '#3B189E'

red 59 ◦ green 24 ◦ blue 158

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

Shades of Persian Indigo #3B189E

Tints of Persian Indigo #3B189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

 BLUE value IS 158 (62.11% from 255) = 65.56%

R = 24.48%
G = 9.96%
B = 65.56%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B189E (or 0x3B189E) is known color: Persian Indigo. HEX triplet: 3B, 18 and 9E. RGB value is (59,24,158). Sum of RGB (Red+Green+Blue) = 59+24+158=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B189E is #C4E761. Grayscale: #313131. Windows color (decimal): -12904290 or 10360891. OLE color: 10360891.

HSL color Cylindrical-coordinate representation of color #3B189E: hue angle of 255.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B189E is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 24 158 -
CMYK 0.63 0.85 0 0.38
HSL 255.67º 0.74% 0.36% -
HSV(B) 255.67º 0.85% 0.62% -
XYZ 8.3 4.05 32.69 -
YUV 49.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 59 24 158 0.63 0.85 0 0.38 255.67 0.74 0.36
Hex 3B 18 9E 3F 55 0 26 100 4A 24
Octal 73 30 236 77 125 0 46 400 112 44
Binary 111011 11000 10011110 111111 1010101 0 100110 100000000 1001010 100100

Color Harmonies of #3B189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B189E

Black with #3B189E

Text Example


Text Example

White with #3B189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,24,158); }

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

background-color css

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

 a { background-color: rgb(59,24,158); }

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

border-color css

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

 span { border-color: rgb(59,24,158); }

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