Html Css Color HEX #3A168C Persian Indigo

📋 copy color: '#3A168C'

red 58 ◦ green 22 ◦ blue 140

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

Shades of Persian Indigo #3A168C

Tints of Persian Indigo #3A168C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 26.36%
G = 10%
B = 63.64%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A168C (or 0x3A168C) is known color: Persian Indigo. HEX triplet: 3A, 16 and 8C. RGB value is (58,22,140). Sum of RGB (Red+Green+Blue) = 58+22+140=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A168C is #C5E973. Grayscale: #2D2D2D. Windows color (decimal): -12970356 or 9180730. OLE color: 9180730.

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

Color convert

RGB 58 22 140 -
CMYK 0.59 0.84 0 0.45
HSL 258.31º 0.73% 0.32% -
HSV(B) 258.31º 0.84% 0.55% -
XYZ 6.77 3.37 25.1 -
YUV 46.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 58 22 140 0.59 0.84 0 0.45 258.31 0.73 0.32
Hex 3A 16 8C 3B 54 0 2D 102 49 20
Octal 72 26 214 73 124 0 55 402 111 40
Binary 111010 10110 10001100 111011 1010100 0 101101 100000010 1001001 100000

Color Harmonies of #3A168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A168C

Black with #3A168C

Text Example


Text Example

White with #3A168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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