Html Css Color HEX #2A0067 Persian Indigo

📋 copy color: '#2A0067'

red 42 ◦ green 0 ◦ blue 103

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

Shades of Persian Indigo #2A0067

Tints of Persian Indigo #2A0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 71.03%

R = 28.97%
G = 0%
B = 71.03%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2A0067 (or 0x2A0067) is known color: Persian Indigo. HEX triplet: 2A, 00 and 67. RGB value is (42,0,103). Sum of RGB (Red+Green+Blue) = 42+0+103=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #2A0067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0067 is #D5FF98. Grayscale: #171717. Windows color (decimal): -14024601 or 6750250. OLE color: 6750250.

HSL color Cylindrical-coordinate representation of color #2A0067: hue angle of 264.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0067 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 42 0 103 -
CMYK 0.59 1 0 0.60
HSL 264.47º 1% 0.2% -
HSV(B) 264.47º 1% 0.4% -
XYZ 3.4 1.47 12.94 -
YUV 24.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 42 0 103 0.59 1 0 0.60 264.47 1 0.2
Hex 2A 0 67 3B 64 0 3C 108 64 14
Octal 52 0 147 73 144 0 74 410 144 24
Binary 101010 0 1100111 111011 1100100 0 111100 100001000 1100100 10100

Color Harmonies of #2A0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0067

Black with #2A0067

Text Example


Text Example

White with #2A0067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,0,103); }

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

background-color css

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

 a { background-color: rgb(42,0,103); }

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

border-color css

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

 span { border-color: rgb(42,0,103); }

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