Html Css Color HEX #2A136D Persian Indigo

📋 copy color: '#2A136D'

red 42 ◦ green 19 ◦ blue 109

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

Shades of Persian Indigo #2A136D

Tints of Persian Indigo #2A136D

RGB

 RED value IS 42 (16.8% from 255) = 24.71%

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 109 (42.97% from 255) = 64.12%

R = 24.71%
G = 11.18%
B = 64.12%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A136D (or 0x2A136D) is known color: Persian Indigo. HEX triplet: 2A, 13 and 6D. RGB value is (42,19,109). Sum of RGB (Red+Green+Blue) = 42+19+109=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A136D is #D5EC92. Grayscale: #232323. Windows color (decimal): -14019731 or 7148330. OLE color: 7148330.

HSL color Cylindrical-coordinate representation of color #2A136D: hue angle of 255.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A136D is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 42 19 109 -
CMYK 0.61 0.83 0 0.57
HSL 255.33º 0.7% 0.25% -
HSV(B) 255.33º 0.83% 0.43% -
XYZ 3.95 2.06 14.66 -
YUV 36.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 42 19 109 0.61 0.83 0 0.57 255.33 0.7 0.25
Hex 2A 13 6D 3D 53 0 39 FF 46 19
Octal 52 23 155 75 123 0 71 377 106 31
Binary 101010 10011 1101101 111101 1010011 0 111001 11111111 1000110 11001

Color Harmonies of #2A136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A136D

Black with #2A136D

Text Example


Text Example

White with #2A136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A136D; }

 p { color: rgb(42,19,109); }

 H1.HeaderClassName
 {
   color: #2A136D;
 }
 .AnyTagClassName
 {
   color: #2A136D;
 }
</style>

background-color css

<style>
 a { background-color: #2A136D; }

 a { background-color: rgb(42,19,109); }

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

border-color css

<style>
 span { border-color: #2A136D; }

 span { border-color: rgb(42,19,109); }

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