Html Css Color HEX #3A167C Persian Indigo

📋 copy color: '#3A167C'

red 58 ◦ green 22 ◦ blue 124

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

Shades of Persian Indigo #3A167C

Tints of Persian Indigo #3A167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.78%

R = 28.43%
G = 10.78%
B = 60.78%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A167C (or 0x3A167C) is known color: Persian Indigo. HEX triplet: 3A, 16 and 7C. RGB value is (58,22,124). Sum of RGB (Red+Green+Blue) = 58+22+124=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A167C is #C5E983. Grayscale: #2C2C2C. Windows color (decimal): -12970372 or 8132154. OLE color: 8132154.

HSL color Cylindrical-coordinate representation of color #3A167C: hue angle of 261.18º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A167C is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 22 124 -
CMYK 0.53 0.82 0 0.51
HSL 261.18º 0.7% 0.29% -
HSV(B) 261.18º 0.82% 0.49% -
XYZ 5.67 2.93 19.34 -
YUV 44.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 58 22 124 0.53 0.82 0 0.51 261.18 0.7 0.29
Hex 3A 16 7C 35 52 0 33 105 46 1D
Octal 72 26 174 65 122 0 63 405 106 35
Binary 111010 10110 1111100 110101 1010010 0 110011 100000101 1000110 11101

Color Harmonies of #3A167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A167C

Black with #3A167C

Text Example


Text Example

White with #3A167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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