Html Css Color HEX #281FAF Persian Blue

📋 copy color: '#281FAF'

red 40 ◦ green 31 ◦ blue 175

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

Shades of Persian Blue #281FAF

Tints of Persian Blue #281FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.6%

 BLUE value IS 175 (68.75% from 255) = 71.14%

R = 16.26%
G = 12.6%
B = 71.14%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#281FAF (or 0x281FAF) is known color: Persian Blue. HEX triplet: 28, 1F and AF. RGB value is (40,31,175). Sum of RGB (Red+Green+Blue) = 40+31+175=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #281FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281FAF is #D7E050. Grayscale: #313131. Windows color (decimal): -14147665 or 11476776. OLE color: 11476776.

HSL color Cylindrical-coordinate representation of color #281FAF: hue angle of 243.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281FAF is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 31 175 -
CMYK 0.77 0.82 0 0.31
HSL 243.75º 0.7% 0.4% -
HSV(B) 243.75º 0.82% 0.69% -
XYZ 9.1 4.53 40.95 -
YUV 50.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 40 31 175 0.77 0.82 0 0.31 243.75 0.7 0.4
Hex 28 1F AF 4D 52 0 1F F4 46 28
Octal 50 37 257 115 122 0 37 364 106 50
Binary 101000 11111 10101111 1001101 1010010 0 11111 11110100 1000110 101000

Color Harmonies of #281FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281FAF

Black with #281FAF

Text Example


Text Example

White with #281FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281FAF; }

 p { color: rgb(40,31,175); }

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

background-color css

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

 a { background-color: rgb(40,31,175); }

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

border-color css

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

 span { border-color: rgb(40,31,175); }

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