Html Css Color HEX #3A188C Persian Indigo

📋 copy color: '#3A188C'

red 58 ◦ green 24 ◦ blue 140

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

Shades of Persian Indigo #3A188C

Tints of Persian Indigo #3A188C

RGB

 RED value IS 58 (23.05% from 255) = 26.13%

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

 BLUE value IS 140 (55.08% from 255) = 63.06%

R = 26.13%
G = 10.81%
B = 63.06%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A188C (or 0x3A188C) is known color: Persian Indigo. HEX triplet: 3A, 18 and 8C. RGB value is (58,24,140). Sum of RGB (Red+Green+Blue) = 58+24+140=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A188C is #C5E773. Grayscale: #2E2E2E. Windows color (decimal): -12969844 or 9181242. OLE color: 9181242.

HSL color Cylindrical-coordinate representation of color #3A188C: hue angle of 257.59º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A188C is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 24 140 -
CMYK 0.59 0.83 0 0.45
HSL 257.59º 0.71% 0.32% -
HSV(B) 257.59º 0.83% 0.55% -
XYZ 6.81 3.45 25.12 -
YUV 47.39 180.26 135.57 -
System Red Green Blue C M Y K H S L
Decimal 58 24 140 0.59 0.83 0 0.45 257.59 0.71 0.32
Hex 3A 18 8C 3B 53 0 2D 102 47 20
Octal 72 30 214 73 123 0 55 402 107 40
Binary 111010 11000 10001100 111011 1010011 0 101101 100000010 1000111 100000

Color Harmonies of #3A188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A188C

Black with #3A188C

Text Example


Text Example

White with #3A188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,24,140); }

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

background-color css

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

 a { background-color: rgb(58,24,140); }

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

border-color css

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

 span { border-color: rgb(58,24,140); }

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