Html Css Color HEX #280283 Persian Indigo

📋 copy color: '#280283'

red 40 ◦ green 2 ◦ blue 131

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

Shades of Persian Indigo #280283

Tints of Persian Indigo #280283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 23.12%
G = 1.16%
B = 75.72%

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

#280283 (or 0x280283) is known color: Persian Indigo. HEX triplet: 28, 02 and 83. RGB value is (40,2,131). Sum of RGB (Red+Green+Blue) = 40+2+131=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #280283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280283 is #D7FD7C. Grayscale: #1B1B1B. Windows color (decimal): -14155133 or 8585768. OLE color: 8585768.

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

Color convert

RGB 40 2 131 -
CMYK 0.69 0.98 0 0.49
HSL 257.67º 0.97% 0.26% -
HSV(B) 257.67º 0.98% 0.51% -
XYZ 4.99 2.13 21.62 -
YUV 28.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 40 2 131 0.69 0.98 0 0.49 257.67 0.97 0.26
Hex 28 2 83 45 62 0 31 102 61 1A
Octal 50 2 203 105 142 0 61 402 141 32
Binary 101000 10 10000011 1000101 1100010 0 110001 100000010 1100001 11010

Color Harmonies of #280283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280283

Black with #280283

Text Example


Text Example

White with #280283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280283; }

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

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

background-color css

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

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

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

border-color css

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

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

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