Html Css Color HEX #270488 Persian Indigo

📋 copy color: '#270488'

red 39 ◦ green 4 ◦ blue 136

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

Shades of Persian Indigo #270488

Tints of Persian Indigo #270488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

 BLUE value IS 136 (53.52% from 255) = 75.98%

R = 21.79%
G = 2.23%
B = 75.98%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270488 (or 0x270488) is known color: Persian Indigo. HEX triplet: 27, 04 and 88. RGB value is (39,4,136). Sum of RGB (Red+Green+Blue) = 39+4+136=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #270488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270488 is #D8FB77. Grayscale: #1D1D1D. Windows color (decimal): -14220152 or 8913959. OLE color: 8913959.

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

Color convert

RGB 39 4 136 -
CMYK 0.71 0.97 0 0.47
HSL 255.91º 0.94% 0.27% -
HSV(B) 255.91º 0.97% 0.53% -
XYZ 5.32 2.3 23.46 -
YUV 29.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 39 4 136 0.71 0.97 0 0.47 255.91 0.94 0.27
Hex 27 4 88 47 61 0 2F 100 5E 1B
Octal 47 4 210 107 141 0 57 400 136 33
Binary 100111 100 10001000 1000111 1100001 0 101111 100000000 1011110 11011

Color Harmonies of #270488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270488

Black with #270488

Text Example


Text Example

White with #270488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270488; }

 p { color: rgb(39,4,136); }

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

background-color css

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

 a { background-color: rgb(39,4,136); }

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

border-color css

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

 span { border-color: rgb(39,4,136); }

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