Html Css Color HEX #281CCE Persian Blue

📋 copy color: '#281CCE'

red 40 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #281CCE

Tints of Persian Blue #281CCE

RGB

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

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

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

R = 14.6%
G = 10.22%
B = 75.18%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#281CCE (or 0x281CCE) is known color: Persian Blue. HEX triplet: 28, 1C and CE. RGB value is (40,28,206). Sum of RGB (Red+Green+Blue) = 40+28+206=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #281CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CCE is #D7E331. Grayscale: #333333. Windows color (decimal): -14148402 or 13507624. OLE color: 13507624.

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

Color convert

RGB 40 28 206 -
CMYK 0.81 0.86 0 0.19
HSL 244.04º 0.76% 0.46% -
HSV(B) 244.04º 0.86% 0.81% -
XYZ 12.43 5.74 58.84 -
YUV 51.88 214.98 119.53 -
System Red Green Blue C M Y K H S L
Decimal 40 28 206 0.81 0.86 0 0.19 244.04 0.76 0.46
Hex 28 1C CE 51 56 0 13 F4 4C 2E
Octal 50 34 316 121 126 0 23 364 114 56
Binary 101000 11100 11001110 1010001 1010110 0 10011 11110100 1001100 101110

Color Harmonies of #281CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281CCE

Black with #281CCE

Text Example


Text Example

White with #281CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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