Html Css Color HEX #2A0184 Persian Indigo

📋 copy color: '#2A0184'

red 42 ◦ green 1 ◦ blue 132

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

Shades of Persian Indigo #2A0184

Tints of Persian Indigo #2A0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 132 (51.95% from 255) = 75.43%

R = 24%
G = 0.57%
B = 75.43%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2A0184 (or 0x2A0184) is known color: Persian Indigo. HEX triplet: 2A, 01 and 84. RGB value is (42,1,132). Sum of RGB (Red+Green+Blue) = 42+1+132=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A0184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0184 is #D5FE7B. Grayscale: #1B1B1B. Windows color (decimal): -14024316 or 8651050. OLE color: 8651050.

HSL color Cylindrical-coordinate representation of color #2A0184: hue angle of 258.78º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0184 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 1 132 -
CMYK 0.68 0.99 0 0.48
HSL 258.78º 0.98% 0.26% -
HSV(B) 258.78º 0.99% 0.52% -
XYZ 5.13 2.18 21.98 -
YUV 28.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 42 1 132 0.68 0.99 0 0.48 258.78 0.98 0.26
Hex 2A 1 84 44 63 0 30 103 62 1A
Octal 52 1 204 104 143 0 60 403 142 32
Binary 101010 1 10000100 1000100 1100011 0 110000 100000011 1100010 11010

Color Harmonies of #2A0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0184

Black with #2A0184

Text Example


Text Example

White with #2A0184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,1,132); }

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

background-color css

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

 a { background-color: rgb(42,1,132); }

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

border-color css

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

 span { border-color: rgb(42,1,132); }

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