Html Css Color HEX #281DBD Persian Blue

📋 copy color: '#281DBD'

red 40 ◦ green 29 ◦ blue 189

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

Shades of Persian Blue #281DBD

Tints of Persian Blue #281DBD

RGB

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

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

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

R = 15.5%
G = 11.24%
B = 73.26%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#281DBD (or 0x281DBD) is known color: Persian Blue. HEX triplet: 28, 1D and BD. RGB value is (40,29,189). Sum of RGB (Red+Green+Blue) = 40+29+189=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #281DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DBD is #D7E242. Grayscale: #313131. Windows color (decimal): -14148163 or 12393768. OLE color: 12393768.

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

Color convert

RGB 40 29 189 -
CMYK 0.79 0.85 0 0.26
HSL 244.13º 0.73% 0.43% -
HSV(B) 244.13º 0.85% 0.74% -
XYZ 10.5 5 48.56 -
YUV 50.53 206.14 120.49 -
System Red Green Blue C M Y K H S L
Decimal 40 29 189 0.79 0.85 0 0.26 244.13 0.73 0.43
Hex 28 1D BD 4F 55 0 1A F4 49 2B
Octal 50 35 275 117 125 0 32 364 111 53
Binary 101000 11101 10111101 1001111 1010101 0 11010 11110100 1001001 101011

Color Harmonies of #281DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DBD

Black with #281DBD

Text Example


Text Example

White with #281DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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