Html Css Color HEX #281165 Persian Indigo

📋 copy color: '#281165'

red 40 ◦ green 17 ◦ blue 101

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

Shades of Persian Indigo #281165

Tints of Persian Indigo #281165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.76%

 BLUE value IS 101 (39.84% from 255) = 63.92%

R = 25.32%
G = 10.76%
B = 63.92%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#281165 (or 0x281165) is known color: Persian Indigo. HEX triplet: 28, 11 and 65. RGB value is (40,17,101). Sum of RGB (Red+Green+Blue) = 40+17+101=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #281165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281165 is #D7EE9A. Grayscale: #212121. Windows color (decimal): -14151323 or 6623528. OLE color: 6623528.

HSL color Cylindrical-coordinate representation of color #281165: hue angle of 256.43º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281165 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 17 101 -
CMYK 0.60 0.83 0 0.60
HSL 256.43º 0.71% 0.23% -
HSV(B) 256.43º 0.83% 0.4% -
XYZ 3.42 1.79 12.48 -
YUV 33.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 40 17 101 0.60 0.83 0 0.60 256.43 0.71 0.23
Hex 28 11 65 3C 53 0 3C 100 47 17
Octal 50 21 145 74 123 0 74 400 107 27
Binary 101000 10001 1100101 111100 1010011 0 111100 100000000 1000111 10111

Color Harmonies of #281165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281165

Black with #281165

Text Example


Text Example

White with #281165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281165; }

 p { color: rgb(40,17,101); }

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

background-color css

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

 a { background-color: rgb(40,17,101); }

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

border-color css

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

 span { border-color: rgb(40,17,101); }

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