Html Css Color HEX #2A0365 Persian Indigo

📋 copy color: '#2A0365'

red 42 ◦ green 3 ◦ blue 101

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

Shades of Persian Indigo #2A0365

Tints of Persian Indigo #2A0365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

 BLUE value IS 101 (39.84% from 255) = 69.18%

R = 28.77%
G = 2.05%
B = 69.18%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2A0365 (or 0x2A0365) is known color: Persian Indigo. HEX triplet: 2A, 03 and 65. RGB value is (42,3,101). Sum of RGB (Red+Green+Blue) = 42+3+101=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0365 is #D5FC9A. Grayscale: #191919. Windows color (decimal): -14023835 or 6619946. OLE color: 6619946.

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

Color convert

RGB 42 3 101 -
CMYK 0.58 0.97 0 0.60
HSL 263.88º 0.94% 0.2% -
HSV(B) 263.88º 0.97% 0.4% -
XYZ 3.34 1.5 12.43 -
YUV 25.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 42 3 101 0.58 0.97 0 0.60 263.88 0.94 0.2
Hex 2A 3 65 3A 61 0 3C 108 5E 14
Octal 52 3 145 72 141 0 74 410 136 24
Binary 101010 11 1100101 111010 1100001 0 111100 100001000 1011110 10100

Color Harmonies of #2A0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0365

Black with #2A0365

Text Example


Text Example

White with #2A0365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,3,101); }

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

background-color css

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

 a { background-color: rgb(42,3,101); }

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

border-color css

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

 span { border-color: rgb(42,3,101); }

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