Html Css Color HEX #2A136C Persian Indigo

📋 copy color: '#2A136C'

red 42 ◦ green 19 ◦ blue 108

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

Shades of Persian Indigo #2A136C

Tints of Persian Indigo #2A136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 63.91%

R = 24.85%
G = 11.24%
B = 63.91%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A136C (or 0x2A136C) is known color: Persian Indigo. HEX triplet: 2A, 13 and 6C. RGB value is (42,19,108). Sum of RGB (Red+Green+Blue) = 42+19+108=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A136C is #D5EC93. Grayscale: #232323. Windows color (decimal): -14019732 or 7082794. OLE color: 7082794.

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

Color convert

RGB 42 19 108 -
CMYK 0.61 0.82 0 0.58
HSL 255.51º 0.7% 0.25% -
HSV(B) 255.51º 0.82% 0.42% -
XYZ 3.89 2.04 14.38 -
YUV 36.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 42 19 108 0.61 0.82 0 0.58 255.51 0.7 0.25
Hex 2A 13 6C 3D 52 0 3A 100 46 19
Octal 52 23 154 75 122 0 72 400 106 31
Binary 101010 10011 1101100 111101 1010010 0 111010 100000000 1000110 11001

Color Harmonies of #2A136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A136C

Black with #2A136C

Text Example


Text Example

White with #2A136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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