Html Css Color HEX #281EBD Persian Blue

📋 copy color: '#281EBD'

red 40 ◦ green 30 ◦ blue 189

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

Shades of Persian Blue #281EBD

Tints of Persian Blue #281EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 72.97%

R = 15.44%
G = 11.58%
B = 72.97%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#281EBD (or 0x281EBD) is known color: Persian Blue. HEX triplet: 28, 1E and BD. RGB value is (40,30,189). Sum of RGB (Red+Green+Blue) = 40+30+189=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #281EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281EBD is #D7E142. Grayscale: #323232. Windows color (decimal): -14147907 or 12394024. OLE color: 12394024.

HSL color Cylindrical-coordinate representation of color #281EBD: hue angle of 243.77º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281EBD is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 30 189 -
CMYK 0.79 0.84 0 0.26
HSL 243.77º 0.73% 0.43% -
HSV(B) 243.77º 0.84% 0.74% -
XYZ 10.52 5.05 48.56 -
YUV 51.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 40 30 189 0.79 0.84 0 0.26 243.77 0.73 0.43
Hex 28 1E BD 4F 54 0 1A F4 49 2B
Octal 50 36 275 117 124 0 32 364 111 53
Binary 101000 11110 10111101 1001111 1010100 0 11010 11110100 1001001 101011

Color Harmonies of #281EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281EBD

Black with #281EBD

Text Example


Text Example

White with #281EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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