Html Css Color HEX #2A0269 Persian Indigo

📋 copy color: '#2A0269'

red 42 ◦ green 2 ◦ blue 105

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

Shades of Persian Indigo #2A0269

Tints of Persian Indigo #2A0269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

 BLUE value IS 105 (41.41% from 255) = 70.47%

R = 28.19%
G = 1.34%
B = 70.47%

CMYK

 C value IS 0.6

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A0269 (or 0x2A0269) is known color: Persian Indigo. HEX triplet: 2A, 02 and 69. RGB value is (42,2,105). Sum of RGB (Red+Green+Blue) = 42+2+105=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0269 is #D5FD96. Grayscale: #191919. Windows color (decimal): -14024087 or 6881834. OLE color: 6881834.

HSL color Cylindrical-coordinate representation of color #2A0269: hue angle of 263.3º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0269 is Cyan = 0.6, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 2 105 -
CMYK 0.6 0.98 0 0.59
HSL 263.3º 0.96% 0.21% -
HSV(B) 263.3º 0.98% 0.41% -
XYZ 3.53 1.56 13.48 -
YUV 25.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 42 2 105 0.6 0.98 0 0.59 263.3 0.96 0.21
Hex 2A 2 69 3C 62 0 3B 107 60 15
Octal 52 2 151 74 142 0 73 407 140 25
Binary 101010 10 1101001 111100 1100010 0 111011 100000111 1100000 10101

Color Harmonies of #2A0269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0269

Black with #2A0269

Text Example


Text Example

White with #2A0269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,2,105); }

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

background-color css

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

 a { background-color: rgb(42,2,105); }

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

border-color css

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

 span { border-color: rgb(42,2,105); }

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