Html Css Color HEX #3A168F Persian Indigo

📋 copy color: '#3A168F'

red 58 ◦ green 22 ◦ blue 143

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

Shades of Persian Indigo #3A168F

Tints of Persian Indigo #3A168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 64.13%

R = 26.01%
G = 9.87%
B = 64.13%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A168F (or 0x3A168F) is known color: Persian Indigo. HEX triplet: 3A, 16 and 8F. RGB value is (58,22,143). Sum of RGB (Red+Green+Blue) = 58+22+143=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A168F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A168F is #C5E970. Grayscale: #2E2E2E. Windows color (decimal): -12970353 or 9377338. OLE color: 9377338.

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

Color convert

RGB 58 22 143 -
CMYK 0.59 0.85 0 0.44
HSL 257.85º 0.73% 0.32% -
HSV(B) 257.85º 0.85% 0.56% -
XYZ 6.99 3.46 26.29 -
YUV 46.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 58 22 143 0.59 0.85 0 0.44 257.85 0.73 0.32
Hex 3A 16 8F 3B 55 0 2C 102 49 20
Octal 72 26 217 73 125 0 54 402 111 40
Binary 111010 10110 10001111 111011 1010101 0 101100 100000010 1001001 100000

Color Harmonies of #3A168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A168F

Black with #3A168F

Text Example


Text Example

White with #3A168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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