Html Css Color HEX #270286 Persian Indigo

📋 copy color: '#270286'

red 39 ◦ green 2 ◦ blue 134

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

Shades of Persian Indigo #270286

Tints of Persian Indigo #270286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 134 (52.73% from 255) = 76.57%

R = 22.29%
G = 1.14%
B = 76.57%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270286 (or 0x270286) is known color: Persian Indigo. HEX triplet: 27, 02 and 86. RGB value is (39,2,134). Sum of RGB (Red+Green+Blue) = 39+2+134=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 134 (52.73% from 255 or 76.57% from 175); Max value from RGB is 134 - color contains mainly: blue. Hex color #270286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270286 is #D8FD79. Grayscale: #1B1B1B. Windows color (decimal): -14220666 or 8782375. OLE color: 8782375.

HSL color Cylindrical-coordinate representation of color #270286: hue angle of 256.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #270286 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 2 134 -
CMYK 0.71 0.99 0 0.47
HSL 256.82º 0.97% 0.27% -
HSV(B) 256.82º 0.99% 0.53% -
XYZ 5.16 2.2 22.71 -
YUV 28.11 187.76 135.77 -
System Red Green Blue C M Y K H S L
Decimal 39 2 134 0.71 0.99 0 0.47 256.82 0.97 0.27
Hex 27 2 86 47 63 0 2F 101 61 1B
Octal 47 2 206 107 143 0 57 401 141 33
Binary 100111 10 10000110 1000111 1100011 0 101111 100000001 1100001 11011

Color Harmonies of #270286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270286

Black with #270286

Text Example


Text Example

White with #270286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270286; }

 p { color: rgb(39,2,134); }

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

background-color css

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

 a { background-color: rgb(39,2,134); }

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

border-color css

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

 span { border-color: rgb(39,2,134); }

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