Html Css Color HEX #281DAF Persian Blue

📋 copy color: '#281DAF'

red 40 ◦ green 29 ◦ blue 175

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

Shades of Persian Blue #281DAF

Tints of Persian Blue #281DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

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

R = 16.39%
G = 11.89%
B = 71.72%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#281DAF (or 0x281DAF) is known color: Persian Blue. HEX triplet: 28, 1D and AF. RGB value is (40,29,175). Sum of RGB (Red+Green+Blue) = 40+29+175=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #281DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281DAF is #D7E250. Grayscale: #303030. Windows color (decimal): -14148177 or 11476264. OLE color: 11476264.

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

Color convert

RGB 40 29 175 -
CMYK 0.77 0.83 0 0.31
HSL 244.52º 0.72% 0.4% -
HSV(B) 244.52º 0.83% 0.69% -
XYZ 9.05 4.42 40.93 -
YUV 48.93 199.14 121.63 -
System Red Green Blue C M Y K H S L
Decimal 40 29 175 0.77 0.83 0 0.31 244.52 0.72 0.4
Hex 28 1D AF 4D 53 0 1F F5 48 28
Octal 50 35 257 115 123 0 37 365 110 50
Binary 101000 11101 10101111 1001101 1010011 0 11111 11110101 1001000 101000

Color Harmonies of #281DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DAF

Black with #281DAF

Text Example


Text Example

White with #281DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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