Html Css Color HEX #2A0468 Persian Indigo

📋 copy color: '#2A0468'

red 42 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #2A0468

Tints of Persian Indigo #2A0468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 104 (41.02% from 255) = 69.33%

R = 28%
G = 2.67%
B = 69.33%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A0468 (or 0x2A0468) is known color: Persian Indigo. HEX triplet: 2A, 04 and 68. RGB value is (42,4,104). Sum of RGB (Red+Green+Blue) = 42+4+104=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A0468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0468 is #D5FB97. Grayscale: #1A1A1A. Windows color (decimal): -14023576 or 6816810. OLE color: 6816810.

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

Color convert

RGB 42 4 104 -
CMYK 0.60 0.96 0 0.59
HSL 262.8º 0.93% 0.21% -
HSV(B) 262.8º 0.96% 0.41% -
XYZ 3.5 1.58 13.22 -
YUV 26.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 42 4 104 0.60 0.96 0 0.59 262.8 0.93 0.21
Hex 2A 4 68 3C 60 0 3B 107 5D 15
Octal 52 4 150 74 140 0 73 407 135 25
Binary 101010 100 1101000 111100 1100000 0 111011 100000111 1011101 10101

Color Harmonies of #2A0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0468

Black with #2A0468

Text Example


Text Example

White with #2A0468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,4,104); }

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

background-color css

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

 a { background-color: rgb(42,4,104); }

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

border-color css

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

 span { border-color: rgb(42,4,104); }

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