Html Css Color HEX #281785 Persian Indigo

📋 copy color: '#281785'

red 40 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #281785

Tints of Persian Indigo #281785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

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

R = 20.41%
G = 11.73%
B = 67.86%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#281785 (or 0x281785) is known color: Persian Indigo. HEX triplet: 28, 17 and 85. RGB value is (40,23,133). Sum of RGB (Red+Green+Blue) = 40+23+133=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #281785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281785 is #D7E87A. Grayscale: #282828. Windows color (decimal): -14149755 or 8722216. OLE color: 8722216.

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

Color convert

RGB 40 23 133 -
CMYK 0.70 0.83 0 0.48
HSL 249.27º 0.71% 0.31% -
HSV(B) 249.27º 0.83% 0.52% -
XYZ 5.42 2.76 22.44 -
YUV 40.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 40 23 133 0.70 0.83 0 0.48 249.27 0.71 0.31
Hex 28 17 85 46 53 0 30 F9 47 1F
Octal 50 27 205 106 123 0 60 371 107 37
Binary 101000 10111 10000101 1000110 1010011 0 110000 11111001 1000111 11111

Color Harmonies of #281785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281785

Black with #281785

Text Example


Text Example

White with #281785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281785; }

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

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

background-color css

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

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

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

border-color css

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

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

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