Html Css Color HEX #280383 Persian Indigo

📋 copy color: '#280383'

red 40 ◦ green 3 ◦ blue 131

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

Shades of Persian Indigo #280383

Tints of Persian Indigo #280383

RGB

 RED value IS 40 (16.02% from 255) = 22.99%

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

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

R = 22.99%
G = 1.72%
B = 75.29%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280383 (or 0x280383) is known color: Persian Indigo. HEX triplet: 28, 03 and 83. RGB value is (40,3,131). Sum of RGB (Red+Green+Blue) = 40+3+131=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #280383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280383 is #D7FC7C. Grayscale: #1C1C1C. Windows color (decimal): -14154877 or 8586024. OLE color: 8586024.

HSL color Cylindrical-coordinate representation of color #280383: hue angle of 257.34º 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 #280383 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 3 131 -
CMYK 0.69 0.98 0 0.49
HSL 257.34º 0.96% 0.26% -
HSV(B) 257.34º 0.98% 0.51% -
XYZ 5 2.15 21.62 -
YUV 28.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 40 3 131 0.69 0.98 0 0.49 257.34 0.96 0.26
Hex 28 3 83 45 62 0 31 101 60 1A
Octal 50 3 203 105 142 0 61 401 140 32
Binary 101000 11 10000011 1000101 1100010 0 110001 100000001 1100000 11010

Color Harmonies of #280383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280383

Black with #280383

Text Example


Text Example

White with #280383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280383; }

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

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

background-color css

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

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

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

border-color css

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

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

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