Html Css Color HEX #271EDF Persian Blue

📋 copy color: '#271EDF'

red 39 ◦ green 30 ◦ blue 223

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

Shades of Persian Blue #271EDF

Tints of Persian Blue #271EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.37%

R = 13.36%
G = 10.27%
B = 76.37%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#271EDF (or 0x271EDF) is known color: Persian Blue. HEX triplet: 27, 1E and DF. RGB value is (39,30,223). Sum of RGB (Red+Green+Blue) = 39+30+223=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #271EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EDF is #D8E120. Grayscale: #353535. Windows color (decimal): -14213409 or 14622247. OLE color: 14622247.

HSL color Cylindrical-coordinate representation of color #271EDF: hue angle of 242.8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271EDF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 30 223 -
CMYK 0.83 0.87 0 0.13
HSL 242.8º 0.76% 0.5% -
HSV(B) 242.8º 0.87% 0.87% -
XYZ 14.62 6.69 70.33 -
YUV 54.69 222.98 116.81 -
System Red Green Blue C M Y K H S L
Decimal 39 30 223 0.83 0.87 0 0.13 242.8 0.76 0.5
Hex 27 1E DF 53 57 0 D F3 4C 32
Octal 47 36 337 123 127 0 15 363 114 62
Binary 100111 11110 11011111 1010011 1010111 0 1101 11110011 1001100 110010

Color Harmonies of #271EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EDF

Black with #271EDF

Text Example


Text Example

White with #271EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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