Html Css Color HEX #281CAF Persian Blue

📋 copy color: '#281CAF'

red 40 ◦ green 28 ◦ blue 175

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

Shades of Persian Blue #281CAF

Tints of Persian Blue #281CAF

RGB

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

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

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

R = 16.46%
G = 11.52%
B = 72.02%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#281CAF (or 0x281CAF) is known color: Persian Blue. HEX triplet: 28, 1C and AF. RGB value is (40,28,175). Sum of RGB (Red+Green+Blue) = 40+28+175=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #281CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281CAF is #D7E350. Grayscale: #2F2F2F. Windows color (decimal): -14148433 or 11476008. OLE color: 11476008.

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

Color convert

RGB 40 28 175 -
CMYK 0.77 0.84 0 0.31
HSL 244.9º 0.72% 0.4% -
HSV(B) 244.9º 0.84% 0.69% -
XYZ 9.03 4.38 40.93 -
YUV 48.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 40 28 175 0.77 0.84 0 0.31 244.9 0.72 0.4
Hex 28 1C AF 4D 54 0 1F F5 48 28
Octal 50 34 257 115 124 0 37 365 110 50
Binary 101000 11100 10101111 1001101 1010100 0 11111 11110101 1001000 101000

Color Harmonies of #281CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281CAF

Black with #281CAF

Text Example


Text Example

White with #281CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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