Html Css Color HEX #3A127D Persian Indigo

📋 copy color: '#3A127D'

red 58 ◦ green 18 ◦ blue 125

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

Shades of Persian Indigo #3A127D

Tints of Persian Indigo #3A127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 28.86%
G = 8.96%
B = 62.19%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A127D (or 0x3A127D) is known color: Persian Indigo. HEX triplet: 3A, 12 and 7D. RGB value is (58,18,125). Sum of RGB (Red+Green+Blue) = 58+18+125=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A127D is #C5ED82. Grayscale: #292929. Windows color (decimal): -12971395 or 8196666. OLE color: 8196666.

HSL color Cylindrical-coordinate representation of color #3A127D: hue angle of 262.43º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A127D is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 18 125 -
CMYK 0.54 0.86 0 0.51
HSL 262.43º 0.75% 0.28% -
HSV(B) 262.43º 0.86% 0.49% -
XYZ 5.66 2.81 19.65 -
YUV 42.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 58 18 125 0.54 0.86 0 0.51 262.43 0.75 0.28
Hex 3A 12 7D 36 56 0 33 106 4B 1C
Octal 72 22 175 66 126 0 63 406 113 34
Binary 111010 10010 1111101 110110 1010110 0 110011 100000110 1001011 11100

Color Harmonies of #3A127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A127D

Black with #3A127D

Text Example


Text Example

White with #3A127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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