Html Css Color HEX #281DBA Persian Blue

📋 copy color: '#281DBA'

red 40 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #281DBA

Tints of Persian Blue #281DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.37%

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 15.69%
G = 11.37%
B = 72.94%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#281DBA (or 0x281DBA) is known color: Persian Blue. HEX triplet: 28, 1D and BA. RGB value is (40,29,186). Sum of RGB (Red+Green+Blue) = 40+29+186=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #281DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DBA is #D7E245. Grayscale: #313131. Windows color (decimal): -14148166 or 12197160. OLE color: 12197160.

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

Color convert

RGB 40 29 186 -
CMYK 0.78 0.84 0 0.27
HSL 244.2º 0.73% 0.42% -
HSV(B) 244.2º 0.84% 0.73% -
XYZ 10.18 4.88 46.86 -
YUV 50.19 204.64 120.73 -
System Red Green Blue C M Y K H S L
Decimal 40 29 186 0.78 0.84 0 0.27 244.2 0.73 0.42
Hex 28 1D BA 4E 54 0 1B F4 49 2A
Octal 50 35 272 116 124 0 33 364 111 52
Binary 101000 11101 10111010 1001110 1010100 0 11011 11110100 1001001 101010

Color Harmonies of #281DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DBA

Black with #281DBA

Text Example


Text Example

White with #281DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,29,186); }

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

background-color css

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

 a { background-color: rgb(40,29,186); }

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

border-color css

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

 span { border-color: rgb(40,29,186); }

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