Html Css Color HEX #272FDE Persian Blue

📋 copy color: '#272FDE'

red 39 ◦ green 47 ◦ blue 222

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

Shades of Persian Blue #272FDE

Tints of Persian Blue #272FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 12.66%
G = 15.26%
B = 72.08%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#272FDE (or 0x272FDE) is known color: Persian Blue. HEX triplet: 27, 2F and DE. RGB value is (39,47,222). Sum of RGB (Red+Green+Blue) = 39+47+222=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #272FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FDE is #D8D021. Grayscale: #3F3F3F. Windows color (decimal): -14209058 or 14561063. OLE color: 14561063.

HSL color Cylindrical-coordinate representation of color #272FDE: hue angle of 237.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272FDE is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 47 222 -
CMYK 0.82 0.79 0 0.13
HSL 237.38º 0.73% 0.51% -
HSV(B) 237.38º 0.82% 0.87% -
XYZ 15.04 7.74 69.81 -
YUV 64.56 216.85 109.77 -
System Red Green Blue C M Y K H S L
Decimal 39 47 222 0.82 0.79 0 0.13 237.38 0.73 0.51
Hex 27 2F DE 52 4F 0 D ED 49 33
Octal 47 57 336 122 117 0 15 355 111 63
Binary 100111 101111 11011110 1010010 1001111 0 1101 11101101 1001001 110011

Color Harmonies of #272FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272FDE

Black with #272FDE

Text Example


Text Example

White with #272FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272FDE; }

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

 H1.HeaderClassName
 {
   color: #272FDE;
 }
 .AnyTagClassName
 {
   color: #272FDE;
 }
</style>

background-color css

<style>
 a { background-color: #272FDE; }

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

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

border-color css

<style>
 span { border-color: #272FDE; }

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

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