Html Css Color HEX #281775 Persian Indigo

📋 copy color: '#281775'

red 40 ◦ green 23 ◦ blue 117

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

Shades of Persian Indigo #281775

Tints of Persian Indigo #281775

RGB

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

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

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

R = 22.22%
G = 12.78%
B = 65%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281775 (or 0x281775) is known color: Persian Indigo. HEX triplet: 28, 17 and 75. RGB value is (40,23,117). Sum of RGB (Red+Green+Blue) = 40+23+117=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #281775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281775 is #D7E88A. Grayscale: #262626. Windows color (decimal): -14149771 or 7673640. OLE color: 7673640.

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

Color convert

RGB 40 23 117 -
CMYK 0.66 0.80 0 0.54
HSL 250.85º 0.67% 0.27% -
HSV(B) 250.85º 0.8% 0.46% -
XYZ 4.39 2.35 17.05 -
YUV 38.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 40 23 117 0.66 0.80 0 0.54 250.85 0.67 0.27
Hex 28 17 75 42 50 0 36 FB 43 1B
Octal 50 27 165 102 120 0 66 373 103 33
Binary 101000 10111 1110101 1000010 1010000 0 110110 11111011 1000011 11011

Color Harmonies of #281775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281775

Black with #281775

Text Example


Text Example

White with #281775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281775; }

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

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

background-color css

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

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

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

border-color css

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

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

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