Html Css Color HEX #281074 Persian Indigo

📋 copy color: '#281074'

red 40 ◦ green 16 ◦ blue 116

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

Shades of Persian Indigo #281074

Tints of Persian Indigo #281074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

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

R = 23.26%
G = 9.3%
B = 67.44%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281074 (or 0x281074) is known color: Persian Indigo. HEX triplet: 28, 10 and 74. RGB value is (40,16,116). Sum of RGB (Red+Green+Blue) = 40+16+116=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #281074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281074 is #D7EF8B. Grayscale: #222222. Windows color (decimal): -14151564 or 7606312. OLE color: 7606312.

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

Color convert

RGB 40 16 116 -
CMYK 0.66 0.86 0 0.55
HSL 254.4º 0.76% 0.26% -
HSV(B) 254.4º 0.86% 0.45% -
XYZ 4.21 2.08 16.7 -
YUV 34.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 40 16 116 0.66 0.86 0 0.55 254.4 0.76 0.26
Hex 28 10 74 42 56 0 37 FE 4C 1A
Octal 50 20 164 102 126 0 67 376 114 32
Binary 101000 10000 1110100 1000010 1010110 0 110111 11111110 1001100 11010

Color Harmonies of #281074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281074

Black with #281074

Text Example


Text Example

White with #281074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281074; }

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

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

background-color css

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

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

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

border-color css

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

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

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