Html Css Color HEX #270484 Persian Indigo

📋 copy color: '#270484'

red 39 ◦ green 4 ◦ blue 132

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

Shades of Persian Indigo #270484

Tints of Persian Indigo #270484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 75.43%

R = 22.29%
G = 2.29%
B = 75.43%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#270484 (or 0x270484) is known color: Persian Indigo. HEX triplet: 27, 04 and 84. RGB value is (39,4,132). Sum of RGB (Red+Green+Blue) = 39+4+132=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #270484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270484 is #D8FB7B. Grayscale: #1C1C1C. Windows color (decimal): -14220156 or 8651815. OLE color: 8651815.

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

Color convert

RGB 39 4 132 -
CMYK 0.70 0.97 0 0.48
HSL 256.41º 0.94% 0.27% -
HSV(B) 256.41º 0.97% 0.52% -
XYZ 5.04 2.18 21.99 -
YUV 29.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 39 4 132 0.70 0.97 0 0.48 256.41 0.94 0.27
Hex 27 4 84 46 61 0 30 100 5E 1B
Octal 47 4 204 106 141 0 60 400 136 33
Binary 100111 100 10000100 1000110 1100001 0 110000 100000000 1011110 11011

Color Harmonies of #270484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270484

Black with #270484

Text Example


Text Example

White with #270484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270484; }

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

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

background-color css

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

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

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

border-color css

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

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

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