Html Css Color HEX #281375 Persian Indigo

📋 copy color: '#281375'

red 40 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #281375

Tints of Persian Indigo #281375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 117 (46.09% from 255) = 66.48%

R = 22.73%
G = 10.8%
B = 66.48%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281375 (or 0x281375) is known color: Persian Indigo. HEX triplet: 28, 13 and 75. RGB value is (40,19,117). Sum of RGB (Red+Green+Blue) = 40+19+117=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #281375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281375 is #D7EC8A. Grayscale: #242424. Windows color (decimal): -14150795 or 7672616. OLE color: 7672616.

HSL color Cylindrical-coordinate representation of color #281375: hue angle of 252.86º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281375 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 19 117 -
CMYK 0.66 0.84 0 0.54
HSL 252.86º 0.72% 0.27% -
HSV(B) 252.86º 0.84% 0.46% -
XYZ 4.32 2.2 17.03 -
YUV 36.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 40 19 117 0.66 0.84 0 0.54 252.86 0.72 0.27
Hex 28 13 75 42 54 0 36 FD 48 1B
Octal 50 23 165 102 124 0 66 375 110 33
Binary 101000 10011 1110101 1000010 1010100 0 110110 11111101 1001000 11011

Color Harmonies of #281375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281375

Black with #281375

Text Example


Text Example

White with #281375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281375; }

 p { color: rgb(40,19,117); }

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

background-color css

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

 a { background-color: rgb(40,19,117); }

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

border-color css

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

 span { border-color: rgb(40,19,117); }

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