Html Css Color HEX #2F27BD Persian Blue

📋 copy color: '#2F27BD'

red 47 ◦ green 39 ◦ blue 189

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

Shades of Persian Blue #2F27BD

Tints of Persian Blue #2F27BD

RGB

 RED value IS 47 (18.75% from 255) = 17.09%

 GREEN value IS 39 (15.63% from 255) = 14.18%

 BLUE value IS 189 (74.22% from 255) = 68.73%

R = 17.09%
G = 14.18%
B = 68.73%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F27BD (or 0x2F27BD) is known color: Persian Blue. HEX triplet: 2F, 27 and BD. RGB value is (47,39,189). Sum of RGB (Red+Green+Blue) = 47+39+189=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F27BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F27BD is #D0D842. Grayscale: #393939. Windows color (decimal): -13686851 or 12396335. OLE color: 12396335.

HSL color Cylindrical-coordinate representation of color #2F27BD: hue angle of 243.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F27BD is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 39 189 -
CMYK 0.75 0.79 0 0.26
HSL 243.2º 0.66% 0.45% -
HSV(B) 243.2º 0.79% 0.74% -
XYZ 11.08 5.73 48.67 -
YUV 58.49 201.65 119.8 -
System Red Green Blue C M Y K H S L
Decimal 47 39 189 0.75 0.79 0 0.26 243.2 0.66 0.45
Hex 2F 27 BD 4B 4F 0 1A F3 42 2D
Octal 57 47 275 113 117 0 32 363 102 55
Binary 101111 100111 10111101 1001011 1001111 0 11010 11110011 1000010 101101

Color Harmonies of #2F27BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F27BD

Black with #2F27BD

Text Example


Text Example

White with #2F27BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F27BD; }

 p { color: rgb(47,39,189); }

 H1.HeaderClassName
 {
   color: #2F27BD;
 }
 .AnyTagClassName
 {
   color: #2F27BD;
 }
</style>

background-color css

<style>
 a { background-color: #2F27BD; }

 a { background-color: rgb(47,39,189); }

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

border-color css

<style>
 span { border-color: #2F27BD; }

 span { border-color: rgb(47,39,189); }

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