Html Css Color HEX #281ECE Persian Blue

📋 copy color: '#281ECE'

red 40 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #281ECE

Tints of Persian Blue #281ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.64%

R = 14.49%
G = 10.87%
B = 74.64%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#281ECE (or 0x281ECE) is known color: Persian Blue. HEX triplet: 28, 1E and CE. RGB value is (40,30,206). Sum of RGB (Red+Green+Blue) = 40+30+206=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #281ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281ECE is #D7E131. Grayscale: #343434. Windows color (decimal): -14147890 or 13508136. OLE color: 13508136.

HSL color Cylindrical-coordinate representation of color #281ECE: hue angle of 243.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281ECE is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 30 206 -
CMYK 0.81 0.85 0 0.19
HSL 243.41º 0.75% 0.46% -
HSV(B) 243.41º 0.85% 0.81% -
XYZ 12.48 5.84 58.86 -
YUV 53.05 214.31 118.69 -
System Red Green Blue C M Y K H S L
Decimal 40 30 206 0.81 0.85 0 0.19 243.41 0.75 0.46
Hex 28 1E CE 51 55 0 13 F3 4B 2E
Octal 50 36 316 121 125 0 23 363 113 56
Binary 101000 11110 11001110 1010001 1010101 0 10011 11110011 1001011 101110

Color Harmonies of #281ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281ECE

Black with #281ECE

Text Example


Text Example

White with #281ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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