Html Css Color HEX #281DCA Persian Blue

📋 copy color: '#281DCA'

red 40 ◦ green 29 ◦ blue 202

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

Shades of Persian Blue #281DCA

Tints of Persian Blue #281DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.54%

R = 14.76%
G = 10.7%
B = 74.54%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#281DCA (or 0x281DCA) is known color: Persian Blue. HEX triplet: 28, 1D and CA. RGB value is (40,29,202). Sum of RGB (Red+Green+Blue) = 40+29+202=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #281DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DCA is #D7E235. Grayscale: #333333. Windows color (decimal): -14148150 or 13245736. OLE color: 13245736.

HSL color Cylindrical-coordinate representation of color #281DCA: hue angle of 243.82º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281DCA is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 29 202 -
CMYK 0.80 0.86 0 0.21
HSL 243.82º 0.75% 0.45% -
HSV(B) 243.82º 0.86% 0.79% -
XYZ 11.98 5.59 56.33 -
YUV 52.01 212.64 119.43 -
System Red Green Blue C M Y K H S L
Decimal 40 29 202 0.80 0.86 0 0.21 243.82 0.75 0.45
Hex 28 1D CA 50 56 0 15 F4 4B 2D
Octal 50 35 312 120 126 0 25 364 113 55
Binary 101000 11101 11001010 1010000 1010110 0 10101 11110100 1001011 101101

Color Harmonies of #281DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DCA

Black with #281DCA

Text Example


Text Example

White with #281DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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