Html Css Color HEX #281CDA Persian Blue

📋 copy color: '#281CDA'

red 40 ◦ green 28 ◦ blue 218

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

Shades of Persian Blue #281CDA

Tints of Persian Blue #281CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 76.22%

R = 13.99%
G = 9.79%
B = 76.22%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#281CDA (or 0x281CDA) is known color: Persian Blue. HEX triplet: 28, 1C and DA. RGB value is (40,28,218). Sum of RGB (Red+Green+Blue) = 40+28+218=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #281CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CDA is #D7E325. Grayscale: #343434. Windows color (decimal): -14148390 or 14294056. OLE color: 14294056.

HSL color Cylindrical-coordinate representation of color #281CDA: hue angle of 243.79º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281CDA is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 28 218 -
CMYK 0.82 0.87 0 0.15
HSL 243.79º 0.77% 0.48% -
HSV(B) 243.79º 0.87% 0.85% -
XYZ 13.95 6.34 66.82 -
YUV 53.25 220.98 118.55 -
System Red Green Blue C M Y K H S L
Decimal 40 28 218 0.82 0.87 0 0.15 243.79 0.77 0.48
Hex 28 1C DA 52 57 0 F F4 4D 30
Octal 50 34 332 122 127 0 17 364 115 60
Binary 101000 11100 11011010 1010010 1010111 0 1111 11110100 1001101 110000

Color Harmonies of #281CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281CDA

Black with #281CDA

Text Example


Text Example

White with #281CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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