Html Css Color HEX #281CCA Persian Blue

📋 copy color: '#281CCA'

red 40 ◦ green 28 ◦ blue 202

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

Shades of Persian Blue #281CCA

Tints of Persian Blue #281CCA

RGB

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

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

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

R = 14.81%
G = 10.37%
B = 74.81%

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

#281CCA (or 0x281CCA) is known color: Persian Blue. HEX triplet: 28, 1C and CA. RGB value is (40,28,202). Sum of RGB (Red+Green+Blue) = 40+28+202=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #281CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CCA is #D7E335. Grayscale: #323232. Windows color (decimal): -14148406 or 13245480. OLE color: 13245480.

HSL color Cylindrical-coordinate representation of color #281CCA: hue angle of 244.14º degrees, saturation: 0.76, 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 #281CCA is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 28 202 -
CMYK 0.80 0.86 0 0.21
HSL 244.14º 0.76% 0.45% -
HSV(B) 244.14º 0.86% 0.79% -
XYZ 11.95 5.55 56.32 -
YUV 51.42 212.98 119.85 -
System Red Green Blue C M Y K H S L
Decimal 40 28 202 0.80 0.86 0 0.21 244.14 0.76 0.45
Hex 28 1C CA 50 56 0 15 F4 4C 2D
Octal 50 34 312 120 126 0 25 364 114 55
Binary 101000 11100 11001010 1010000 1010110 0 10101 11110100 1001100 101101

Color Harmonies of #281CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281CCA

Black with #281CCA

Text Example


Text Example

White with #281CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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