Html Css Color HEX #271EAD Persian Blue

📋 copy color: '#271EAD'

red 39 ◦ green 30 ◦ blue 173

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

Shades of Persian Blue #271EAD

Tints of Persian Blue #271EAD

RGB

 RED value IS 39 (15.63% from 255) = 16.12%

 GREEN value IS 30 (12.11% from 255) = 12.4%

 BLUE value IS 173 (67.97% from 255) = 71.49%

R = 16.12%
G = 12.4%
B = 71.49%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#271EAD (or 0x271EAD) is known color: Persian Blue. HEX triplet: 27, 1E and AD. RGB value is (39,30,173). Sum of RGB (Red+Green+Blue) = 39+30+173=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #271EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271EAD is #D8E152. Grayscale: #303030. Windows color (decimal): -14213459 or 11345447. OLE color: 11345447.

HSL color Cylindrical-coordinate representation of color #271EAD: hue angle of 243.78º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271EAD is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 30 173 -
CMYK 0.77 0.83 0 0.32
HSL 243.78º 0.7% 0.4% -
HSV(B) 243.78º 0.83% 0.68% -
XYZ 8.84 4.38 39.91 -
YUV 48.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 39 30 173 0.77 0.83 0 0.32 243.78 0.7 0.4
Hex 27 1E AD 4D 53 0 20 F4 46 28
Octal 47 36 255 115 123 0 40 364 106 50
Binary 100111 11110 10101101 1001101 1010011 0 100000 11110100 1000110 101000

Color Harmonies of #271EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EAD

Black with #271EAD

Text Example


Text Example

White with #271EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271EAD; }

 p { color: rgb(39,30,173); }

 H1.HeaderClassName
 {
   color: #271EAD;
 }
 .AnyTagClassName
 {
   color: #271EAD;
 }
</style>

background-color css

<style>
 a { background-color: #271EAD; }

 a { background-color: rgb(39,30,173); }

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

border-color css

<style>
 span { border-color: #271EAD; }

 span { border-color: rgb(39,30,173); }

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