Html Css Color HEX #281285 Persian Indigo

📋 copy color: '#281285'

red 40 ◦ green 18 ◦ blue 133

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

Shades of Persian Indigo #281285

Tints of Persian Indigo #281285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

 BLUE value IS 133 (52.34% from 255) = 69.63%

R = 20.94%
G = 9.42%
B = 69.63%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#281285 (or 0x281285) is known color: Persian Indigo. HEX triplet: 28, 12 and 85. RGB value is (40,18,133). Sum of RGB (Red+Green+Blue) = 40+18+133=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #281285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281285 is #D7ED7A. Grayscale: #252525. Windows color (decimal): -14151035 or 8720936. OLE color: 8720936.

HSL color Cylindrical-coordinate representation of color #281285: hue angle of 251.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281285 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 18 133 -
CMYK 0.70 0.86 0 0.48
HSL 251.48º 0.76% 0.3% -
HSV(B) 251.48º 0.86% 0.52% -
XYZ 5.33 2.58 22.41 -
YUV 37.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 40 18 133 0.70 0.86 0 0.48 251.48 0.76 0.3
Hex 28 12 85 46 56 0 30 FB 4C 1E
Octal 50 22 205 106 126 0 60 373 114 36
Binary 101000 10010 10000101 1000110 1010110 0 110000 11111011 1001100 11110

Color Harmonies of #281285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281285

Black with #281285

Text Example


Text Example

White with #281285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281285; }

 p { color: rgb(40,18,133); }

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

background-color css

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

 a { background-color: rgb(40,18,133); }

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

border-color css

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

 span { border-color: rgb(40,18,133); }

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