Html Css Color HEX #281AD1 Persian Blue

📋 copy color: '#281AD1'

red 40 ◦ green 26 ◦ blue 209

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

Shades of Persian Blue #281AD1

Tints of Persian Blue #281AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.45%

 BLUE value IS 209 (82.03% from 255) = 76%

R = 14.55%
G = 9.45%
B = 76%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#281AD1 (or 0x281AD1) is known color: Persian Blue. HEX triplet: 28, 1A and D1. RGB value is (40,26,209). Sum of RGB (Red+Green+Blue) = 40+26+209=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 209 (82.03% from 255 or 76% from 275); Max value from RGB is 209 - color contains mainly: blue. Hex color #281AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281AD1 is #D7E52E. Grayscale: #323232. Windows color (decimal): -14148911 or 13703720. OLE color: 13703720.

HSL color Cylindrical-coordinate representation of color #281AD1: hue angle of 244.59º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281AD1 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 26 209 -
CMYK 0.81 0.88 0 0.18
HSL 244.59º 0.78% 0.46% -
HSV(B) 244.59º 0.88% 0.82% -
XYZ 12.75 5.79 60.77 -
YUV 51.05 217.14 120.12 -
System Red Green Blue C M Y K H S L
Decimal 40 26 209 0.81 0.88 0 0.18 244.59 0.78 0.46
Hex 28 1A D1 51 58 0 12 F5 4E 2E
Octal 50 32 321 121 130 0 22 365 116 56
Binary 101000 11010 11010001 1010001 1011000 0 10010 11110101 1001110 101110

Color Harmonies of #281AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281AD1

Black with #281AD1

Text Example


Text Example

White with #281AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,26,209); }

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

background-color css

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

 a { background-color: rgb(40,26,209); }

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

border-color css

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

 span { border-color: rgb(40,26,209); }

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