Html Css Color HEX #271CDA Persian Blue

📋 copy color: '#271CDA'

red 39 ◦ green 28 ◦ blue 218

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

Shades of Persian Blue #271CDA

Tints of Persian Blue #271CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 76.49%

R = 13.68%
G = 9.82%
B = 76.49%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#271CDA (or 0x271CDA) is known color: Persian Blue. HEX triplet: 27, 1C and DA. RGB value is (39,28,218). Sum of RGB (Red+Green+Blue) = 39+28+218=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #271CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CDA is #D8E325. Grayscale: #343434. Windows color (decimal): -14213926 or 14294055. OLE color: 14294055.

HSL color Cylindrical-coordinate representation of color #271CDA: hue angle of 243.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271CDA is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 28 218 -
CMYK 0.82 0.87 0 0.15
HSL 243.47º 0.77% 0.48% -
HSV(B) 243.47º 0.87% 0.85% -
XYZ 13.91 6.32 66.82 -
YUV 52.95 221.14 118.05 -
System Red Green Blue C M Y K H S L
Decimal 39 28 218 0.82 0.87 0 0.15 243.47 0.77 0.48
Hex 27 1C DA 52 57 0 F F3 4D 30
Octal 47 34 332 122 127 0 17 363 115 60
Binary 100111 11100 11011010 1010010 1010111 0 1111 11110011 1001101 110000

Color Harmonies of #271CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271CDA

Black with #271CDA

Text Example


Text Example

White with #271CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,218); }

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

background-color css

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

 a { background-color: rgb(39,28,218); }

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

border-color css

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

 span { border-color: rgb(39,28,218); }

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