Html Css Color HEX #3A167D Persian Indigo

📋 copy color: '#3A167D'

red 58 ◦ green 22 ◦ blue 125

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

Shades of Persian Indigo #3A167D

Tints of Persian Indigo #3A167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 28.29%
G = 10.73%
B = 60.98%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A167D (or 0x3A167D) is known color: Persian Indigo. HEX triplet: 3A, 16 and 7D. RGB value is (58,22,125). Sum of RGB (Red+Green+Blue) = 58+22+125=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A167D is #C5E982. Grayscale: #2C2C2C. Windows color (decimal): -12970371 or 8197690. OLE color: 8197690.

HSL color Cylindrical-coordinate representation of color #3A167D: hue angle of 260.97º 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 #3A167D is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 22 125 -
CMYK 0.54 0.82 0 0.51
HSL 260.97º 0.7% 0.29% -
HSV(B) 260.97º 0.82% 0.49% -
XYZ 5.73 2.95 19.67 -
YUV 44.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 58 22 125 0.54 0.82 0 0.51 260.97 0.7 0.29
Hex 3A 16 7D 36 52 0 33 105 46 1D
Octal 72 26 175 66 122 0 63 405 106 35
Binary 111010 10110 1111101 110110 1010010 0 110011 100000101 1000110 11101

Color Harmonies of #3A167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A167D

Black with #3A167D

Text Example


Text Example

White with #3A167D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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