Html Css Color HEX #2A087B Persian Indigo

📋 copy color: '#2A087B'

red 42 ◦ green 8 ◦ blue 123

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

Shades of Persian Indigo #2A087B

Tints of Persian Indigo #2A087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 123 (48.44% from 255) = 71.1%

R = 24.28%
G = 4.62%
B = 71.1%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2A087B (or 0x2A087B) is known color: Persian Indigo. HEX triplet: 2A, 08 and 7B. RGB value is (42,8,123). Sum of RGB (Red+Green+Blue) = 42+8+123=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A087B is #D5F784. Grayscale: #1E1E1E. Windows color (decimal): -14022533 or 8063018. OLE color: 8063018.

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

Color convert

RGB 42 8 123 -
CMYK 0.66 0.93 0 0.52
HSL 257.74º 0.88% 0.26% -
HSV(B) 257.74º 0.93% 0.48% -
XYZ 4.62 2.1 18.9 -
YUV 31.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 42 8 123 0.66 0.93 0 0.52 257.74 0.88 0.26
Hex 2A 8 7B 42 5D 0 34 102 58 1A
Octal 52 10 173 102 135 0 64 402 130 32
Binary 101010 1000 1111011 1000010 1011101 0 110100 100000010 1011000 11010

Color Harmonies of #2A087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A087B

Black with #2A087B

Text Example


Text Example

White with #2A087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,8,123); }

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

background-color css

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

 a { background-color: rgb(42,8,123); }

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

border-color css

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

 span { border-color: rgb(42,8,123); }

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