Html Css Color HEX #281274 Persian Indigo

📋 copy color: '#281274'

red 40 ◦ green 18 ◦ blue 116

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

Shades of Persian Indigo #281274

Tints of Persian Indigo #281274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 66.67%

R = 22.99%
G = 10.34%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281274 (or 0x281274) is known color: Persian Indigo. HEX triplet: 28, 12 and 74. RGB value is (40,18,116). Sum of RGB (Red+Green+Blue) = 40+18+116=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #281274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281274 is #D7ED8B. Grayscale: #232323. Windows color (decimal): -14151052 or 7606824. OLE color: 7606824.

HSL color Cylindrical-coordinate representation of color #281274: hue angle of 253.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281274 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 18 116 -
CMYK 0.66 0.84 0 0.55
HSL 253.47º 0.73% 0.26% -
HSV(B) 253.47º 0.84% 0.45% -
XYZ 4.24 2.14 16.71 -
YUV 35.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 40 18 116 0.66 0.84 0 0.55 253.47 0.73 0.26
Hex 28 12 74 42 54 0 37 FD 49 1A
Octal 50 22 164 102 124 0 67 375 111 32
Binary 101000 10010 1110100 1000010 1010100 0 110111 11111101 1001001 11010

Color Harmonies of #281274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281274

Black with #281274

Text Example


Text Example

White with #281274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281274; }

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

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

background-color css

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

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

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

border-color css

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

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

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