Html Css Color HEX #281DAC Persian Blue

📋 copy color: '#281DAC'

red 40 ◦ green 29 ◦ blue 172

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

Shades of Persian Blue #281DAC

Tints of Persian Blue #281DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.37%

R = 16.6%
G = 12.03%
B = 71.37%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#281DAC (or 0x281DAC) is known color: Persian Blue. HEX triplet: 28, 1D and AC. RGB value is (40,29,172). Sum of RGB (Red+Green+Blue) = 40+29+172=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #281DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281DAC is #D7E253. Grayscale: #303030. Windows color (decimal): -14148180 or 11279656. OLE color: 11279656.

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

Color convert

RGB 40 29 172 -
CMYK 0.77 0.83 0 0.33
HSL 244.62º 0.71% 0.39% -
HSV(B) 244.62º 0.83% 0.67% -
XYZ 8.76 4.31 39.4 -
YUV 48.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 40 29 172 0.77 0.83 0 0.33 244.62 0.71 0.39
Hex 28 1D AC 4D 53 0 21 F5 47 27
Octal 50 35 254 115 123 0 41 365 107 47
Binary 101000 11101 10101100 1001101 1010011 0 100001 11110101 1000111 100111

Color Harmonies of #281DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DAC

Black with #281DAC

Text Example


Text Example

White with #281DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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