Html Css Color HEX #281EDD Persian Blue

📋 copy color: '#281EDD'

red 40 ◦ green 30 ◦ blue 221

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

Shades of Persian Blue #281EDD

Tints of Persian Blue #281EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

 BLUE value IS 221 (86.72% from 255) = 75.95%

R = 13.75%
G = 10.31%
B = 75.95%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#281EDD (or 0x281EDD) is known color: Persian Blue. HEX triplet: 28, 1E and DD. RGB value is (40,30,221). Sum of RGB (Red+Green+Blue) = 40+30+221=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #281EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281EDD is #D7E122. Grayscale: #363636. Windows color (decimal): -14147875 or 14491176. OLE color: 14491176.

HSL color Cylindrical-coordinate representation of color #281EDD: hue angle of 243.14º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281EDD is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 30 221 -
CMYK 0.82 0.86 0 0.13
HSL 243.14º 0.76% 0.49% -
HSV(B) 243.14º 0.86% 0.87% -
XYZ 14.39 6.6 68.92 -
YUV 54.76 221.81 117.47 -
System Red Green Blue C M Y K H S L
Decimal 40 30 221 0.82 0.86 0 0.13 243.14 0.76 0.49
Hex 28 1E DD 52 56 0 D F3 4C 31
Octal 50 36 335 122 126 0 15 363 114 61
Binary 101000 11110 11011101 1010010 1010110 0 1101 11110011 1001100 110001

Color Harmonies of #281EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281EDD

Black with #281EDD

Text Example


Text Example

White with #281EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,30,221); }

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

background-color css

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

 a { background-color: rgb(40,30,221); }

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

border-color css

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

 span { border-color: rgb(40,30,221); }

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