Html Css Color HEX #270974 Persian Indigo

📋 copy color: '#270974'

red 39 ◦ green 9 ◦ blue 116

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

Shades of Persian Indigo #270974

Tints of Persian Indigo #270974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.73%

R = 23.78%
G = 5.49%
B = 70.73%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270974 (or 0x270974) is known color: Persian Indigo. HEX triplet: 27, 09 and 74. RGB value is (39,9,116). Sum of RGB (Red+Green+Blue) = 39+9+116=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #270974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270974 is #D8F68B. Grayscale: #1D1D1D. Windows color (decimal): -14218892 or 7604519. OLE color: 7604519.

HSL color Cylindrical-coordinate representation of color #270974: hue angle of 256.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270974 is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 9 116 -
CMYK 0.66 0.92 0 0.55
HSL 256.82º 0.86% 0.25% -
HSV(B) 256.82º 0.92% 0.45% -
XYZ 4.09 1.89 16.67 -
YUV 30.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 39 9 116 0.66 0.92 0 0.55 256.82 0.86 0.25
Hex 27 9 74 42 5C 0 37 101 56 19
Octal 47 11 164 102 134 0 67 401 126 31
Binary 100111 1001 1110100 1000010 1011100 0 110111 100000001 1010110 11001

Color Harmonies of #270974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270974

Black with #270974

Text Example


Text Example

White with #270974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270974; }

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

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

background-color css

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

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

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

border-color css

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

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

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