Html Css Color HEX #281CB4 Persian Blue

📋 copy color: '#281CB4'

red 40 ◦ green 28 ◦ blue 180

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

Shades of Persian Blue #281CB4

Tints of Persian Blue #281CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 72.58%

R = 16.13%
G = 11.29%
B = 72.58%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#281CB4 (or 0x281CB4) is known color: Persian Blue. HEX triplet: 28, 1C and B4. RGB value is (40,28,180). Sum of RGB (Red+Green+Blue) = 40+28+180=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 180 (70.70% from 255 or 72.58% from 248); Max value from RGB is 180 - color contains mainly: blue. Hex color #281CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CB4 is #D7E34B. Grayscale: #303030. Windows color (decimal): -14148428 or 11803688. OLE color: 11803688.

HSL color Cylindrical-coordinate representation of color #281CB4: hue angle of 244.74º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281CB4 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 28 180 -
CMYK 0.78 0.84 0 0.29
HSL 244.74º 0.73% 0.41% -
HSV(B) 244.74º 0.84% 0.71% -
XYZ 9.53 4.58 43.56 -
YUV 48.92 201.98 121.64 -
System Red Green Blue C M Y K H S L
Decimal 40 28 180 0.78 0.84 0 0.29 244.74 0.73 0.41
Hex 28 1C B4 4E 54 0 1D F5 49 29
Octal 50 34 264 116 124 0 35 365 111 51
Binary 101000 11100 10110100 1001110 1010100 0 11101 11110101 1001001 101001

Color Harmonies of #281CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281CB4

Black with #281CB4

Text Example


Text Example

White with #281CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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