Html Css Color HEX #270478 Persian Indigo

📋 copy color: '#270478'

red 39 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #270478

Tints of Persian Indigo #270478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 73.62%

R = 23.93%
G = 2.45%
B = 73.62%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#270478 (or 0x270478) is known color: Persian Indigo. HEX triplet: 27, 04 and 78. RGB value is (39,4,120). Sum of RGB (Red+Green+Blue) = 39+4+120=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #270478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270478 is #D8FB87. Grayscale: #1B1B1B. Windows color (decimal): -14220168 or 7865383. OLE color: 7865383.

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

Color convert

RGB 39 4 120 -
CMYK 0.67 0.97 0 0.53
HSL 258.1º 0.94% 0.24% -
HSV(B) 258.1º 0.97% 0.47% -
XYZ 4.27 1.87 17.91 -
YUV 27.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 39 4 120 0.67 0.97 0 0.53 258.1 0.94 0.24
Hex 27 4 78 43 61 0 35 102 5E 18
Octal 47 4 170 103 141 0 65 402 136 30
Binary 100111 100 1111000 1000011 1100001 0 110101 100000010 1011110 11000

Color Harmonies of #270478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270478

Black with #270478

Text Example


Text Example

White with #270478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270478; }

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

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

background-color css

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

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

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

border-color css

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

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

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