Html Css Color HEX #281FAA Persian Blue

📋 copy color: '#281FAA'

red 40 ◦ green 31 ◦ blue 170

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

Shades of Persian Blue #281FAA

Tints of Persian Blue #281FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 16.6%
G = 12.86%
B = 70.54%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#281FAA (or 0x281FAA) is known color: Persian Blue. HEX triplet: 28, 1F and AA. RGB value is (40,31,170). Sum of RGB (Red+Green+Blue) = 40+31+170=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #281FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281FAA is #D7E055. Grayscale: #303030. Windows color (decimal): -14147670 or 11149096. OLE color: 11149096.

HSL color Cylindrical-coordinate representation of color #281FAA: hue angle of 243.88º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281FAA is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 31 170 -
CMYK 0.76 0.82 0 0.33
HSL 243.88º 0.69% 0.39% -
HSV(B) 243.88º 0.82% 0.67% -
XYZ 8.62 4.33 38.41 -
YUV 49.54 195.98 121.2 -
System Red Green Blue C M Y K H S L
Decimal 40 31 170 0.76 0.82 0 0.33 243.88 0.69 0.39
Hex 28 1F AA 4C 52 0 21 F4 45 27
Octal 50 37 252 114 122 0 41 364 105 47
Binary 101000 11111 10101010 1001100 1010010 0 100001 11110100 1000101 100111

Color Harmonies of #281FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281FAA

Black with #281FAA

Text Example


Text Example

White with #281FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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