Html Css Color HEX #281383 Persian Indigo

📋 copy color: '#281383'

red 40 ◦ green 19 ◦ blue 131

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

Shades of Persian Indigo #281383

Tints of Persian Indigo #281383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 68.95%

R = 21.05%
G = 10%
B = 68.95%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#281383 (or 0x281383) is known color: Persian Indigo. HEX triplet: 28, 13 and 83. RGB value is (40,19,131). Sum of RGB (Red+Green+Blue) = 40+19+131=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #281383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281383 is #D7EC7C. Grayscale: #252525. Windows color (decimal): -14150781 or 8590120. OLE color: 8590120.

HSL color Cylindrical-coordinate representation of color #281383: hue angle of 251.25º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281383 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 19 131 -
CMYK 0.69 0.85 0 0.49
HSL 251.25º 0.75% 0.29% -
HSV(B) 251.25º 0.85% 0.51% -
XYZ 5.2 2.56 21.69 -
YUV 38.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 40 19 131 0.69 0.85 0 0.49 251.25 0.75 0.29
Hex 28 13 83 45 55 0 31 FB 4B 1D
Octal 50 23 203 105 125 0 61 373 113 35
Binary 101000 10011 10000011 1000101 1010101 0 110001 11111011 1001011 11101

Color Harmonies of #281383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281383

Black with #281383

Text Example


Text Example

White with #281383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281383; }

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

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

background-color css

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

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

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

border-color css

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

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

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