Html Css Color HEX #270978 Persian Indigo

📋 copy color: '#270978'

red 39 ◦ green 9 ◦ blue 120

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

Shades of Persian Indigo #270978

Tints of Persian Indigo #270978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

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

R = 23.21%
G = 5.36%
B = 71.43%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#270978 (or 0x270978) is known color: Persian Indigo. HEX triplet: 27, 09 and 78. RGB value is (39,9,120). Sum of RGB (Red+Green+Blue) = 39+9+120=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #270978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270978 is #D8F687. Grayscale: #1E1E1E. Windows color (decimal): -14218888 or 7866663. OLE color: 7866663.

HSL color Cylindrical-coordinate representation of color #270978: hue angle of 256.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270978 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 9 120 -
CMYK 0.67 0.92 0 0.53
HSL 256.22º 0.86% 0.25% -
HSV(B) 256.22º 0.93% 0.47% -
XYZ 4.32 1.98 17.92 -
YUV 30.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 39 9 120 0.67 0.92 0 0.53 256.22 0.86 0.25
Hex 27 9 78 43 5C 0 35 100 56 19
Octal 47 11 170 103 134 0 65 400 126 31
Binary 100111 1001 1111000 1000011 1011100 0 110101 100000000 1010110 11001

Color Harmonies of #270978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270978

Black with #270978

Text Example


Text Example

White with #270978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270978; }

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

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

background-color css

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

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

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

border-color css

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

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

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