Html Css Color HEX #2A0383 Persian Indigo

📋 copy color: '#2A0383'

red 42 ◦ green 3 ◦ blue 131

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

Shades of Persian Indigo #2A0383

Tints of Persian Indigo #2A0383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 74.43%

R = 23.86%
G = 1.7%
B = 74.43%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2A0383 (or 0x2A0383) is known color: Persian Indigo. HEX triplet: 2A, 03 and 83. RGB value is (42,3,131). Sum of RGB (Red+Green+Blue) = 42+3+131=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A0383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0383 is #D5FC7C. Grayscale: #1C1C1C. Windows color (decimal): -14023805 or 8586026. OLE color: 8586026.

HSL color Cylindrical-coordinate representation of color #2A0383: hue angle of 258.28º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0383 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 3 131 -
CMYK 0.68 0.98 0 0.49
HSL 258.28º 0.96% 0.26% -
HSV(B) 258.28º 0.98% 0.51% -
XYZ 5.08 2.2 21.63 -
YUV 29.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 42 3 131 0.68 0.98 0 0.49 258.28 0.96 0.26
Hex 2A 3 83 44 62 0 31 102 60 1A
Octal 52 3 203 104 142 0 61 402 140 32
Binary 101010 11 10000011 1000100 1100010 0 110001 100000010 1100000 11010

Color Harmonies of #2A0383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0383

Black with #2A0383

Text Example


Text Example

White with #2A0383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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