Html Css Color HEX #271EB5 Persian Blue

📋 copy color: '#271EB5'

red 39 ◦ green 30 ◦ blue 181

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

Shades of Persian Blue #271EB5

Tints of Persian Blue #271EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 72.4%

R = 15.6%
G = 12%
B = 72.4%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#271EB5 (or 0x271EB5) is known color: Persian Blue. HEX triplet: 27, 1E and B5. RGB value is (39,30,181). Sum of RGB (Red+Green+Blue) = 39+30+181=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 181 (71.09% from 255 or 72.4% from 250); Max value from RGB is 181 - color contains mainly: blue. Hex color #271EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EB5 is #D8E14A. Grayscale: #313131. Windows color (decimal): -14213451 or 11869735. OLE color: 11869735.

HSL color Cylindrical-coordinate representation of color #271EB5: hue angle of 243.58º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271EB5 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 39 30 181 -
CMYK 0.78 0.83 0 0.29
HSL 243.58º 0.72% 0.41% -
HSV(B) 243.58º 0.83% 0.71% -
XYZ 9.64 4.7 44.11 -
YUV 49.91 201.98 120.22 -
System Red Green Blue C M Y K H S L
Decimal 39 30 181 0.78 0.83 0 0.29 243.58 0.72 0.41
Hex 27 1E B5 4E 53 0 1D F4 48 29
Octal 47 36 265 116 123 0 35 364 110 51
Binary 100111 11110 10110101 1001110 1010011 0 11101 11110100 1001000 101001

Color Harmonies of #271EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EB5

Black with #271EB5

Text Example


Text Example

White with #271EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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