Html Css Color HEX #281CAE Persian Blue

📋 copy color: '#281CAE'

red 40 ◦ green 28 ◦ blue 174

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

Shades of Persian Blue #281CAE

Tints of Persian Blue #281CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.57%

 BLUE value IS 174 (68.36% from 255) = 71.9%

R = 16.53%
G = 11.57%
B = 71.9%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#281CAE (or 0x281CAE) is known color: Persian Blue. HEX triplet: 28, 1C and AE. RGB value is (40,28,174). Sum of RGB (Red+Green+Blue) = 40+28+174=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #281CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281CAE is #D7E351. Grayscale: #2F2F2F. Windows color (decimal): -14148434 or 11410472. OLE color: 11410472.

HSL color Cylindrical-coordinate representation of color #281CAE: hue angle of 244.93º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281CAE is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 28 174 -
CMYK 0.77 0.84 0 0.32
HSL 244.93º 0.72% 0.4% -
HSV(B) 244.93º 0.84% 0.68% -
XYZ 8.93 4.34 40.41 -
YUV 48.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 40 28 174 0.77 0.84 0 0.32 244.93 0.72 0.4
Hex 28 1C AE 4D 54 0 20 F5 48 28
Octal 50 34 256 115 124 0 40 365 110 50
Binary 101000 11100 10101110 1001101 1010100 0 100000 11110101 1001000 101000

Color Harmonies of #281CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281CAE

Black with #281CAE

Text Example


Text Example

White with #281CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,28,174); }

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

background-color css

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

 a { background-color: rgb(40,28,174); }

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

border-color css

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

 span { border-color: rgb(40,28,174); }

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