Html Css Color HEX #281BCC Persian Blue

📋 copy color: '#281BCC'

red 40 ◦ green 27 ◦ blue 204

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

Shades of Persian Blue #281BCC

Tints of Persian Blue #281BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 14.76%
G = 9.96%
B = 75.28%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#281BCC (or 0x281BCC) is known color: Persian Blue. HEX triplet: 28, 1B and CC. RGB value is (40,27,204). Sum of RGB (Red+Green+Blue) = 40+27+204=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #281BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BCC is #D7E433. Grayscale: #323232. Windows color (decimal): -14148660 or 13376296. OLE color: 13376296.

HSL color Cylindrical-coordinate representation of color #281BCC: hue angle of 244.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281BCC is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 27 204 -
CMYK 0.80 0.87 0 0.2
HSL 244.41º 0.77% 0.45% -
HSV(B) 244.41º 0.87% 0.8% -
XYZ 12.17 5.59 57.57 -
YUV 51.07 214.31 120.11 -
System Red Green Blue C M Y K H S L
Decimal 40 27 204 0.80 0.87 0 0.2 244.41 0.77 0.45
Hex 28 1B CC 50 57 0 14 F4 4D 2D
Octal 50 33 314 120 127 0 24 364 115 55
Binary 101000 11011 11001100 1010000 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #281BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281BCC

Black with #281BCC

Text Example


Text Example

White with #281BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,27,204); }

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

background-color css

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

 a { background-color: rgb(40,27,204); }

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

border-color css

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

 span { border-color: rgb(40,27,204); }

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