Html Css Color HEX #2A117B Persian Indigo

📋 copy color: '#2A117B'

red 42 ◦ green 17 ◦ blue 123

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

Shades of Persian Indigo #2A117B

Tints of Persian Indigo #2A117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

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

R = 23.08%
G = 9.34%
B = 67.58%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2A117B (or 0x2A117B) is known color: Persian Indigo. HEX triplet: 2A, 11 and 7B. RGB value is (42,17,123). Sum of RGB (Red+Green+Blue) = 42+17+123=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A117B is #D5EE84. Grayscale: #242424. Windows color (decimal): -14020229 or 8065322. OLE color: 8065322.

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

Color convert

RGB 42 17 123 -
CMYK 0.66 0.86 0 0.52
HSL 254.15º 0.76% 0.27% -
HSV(B) 254.15º 0.86% 0.48% -
XYZ 4.73 2.32 18.94 -
YUV 36.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 42 17 123 0.66 0.86 0 0.52 254.15 0.76 0.27
Hex 2A 11 7B 42 56 0 34 FE 4C 1B
Octal 52 21 173 102 126 0 64 376 114 33
Binary 101010 10001 1111011 1000010 1010110 0 110100 11111110 1001100 11011

Color Harmonies of #2A117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A117B

Black with #2A117B

Text Example


Text Example

White with #2A117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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