Html Css Color HEX #270774 Persian Indigo

📋 copy color: '#270774'

red 39 ◦ green 7 ◦ blue 116

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

Shades of Persian Indigo #270774

Tints of Persian Indigo #270774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.32%

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

R = 24.07%
G = 4.32%
B = 71.6%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270774 (or 0x270774) is known color: Persian Indigo. HEX triplet: 27, 07 and 74. RGB value is (39,7,116). Sum of RGB (Red+Green+Blue) = 39+7+116=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #270774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270774 is #D8F88B. Grayscale: #1C1C1C. Windows color (decimal): -14219404 or 7604007. OLE color: 7604007.

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

Color convert

RGB 39 7 116 -
CMYK 0.66 0.94 0 0.55
HSL 257.61º 0.89% 0.24% -
HSV(B) 257.61º 0.94% 0.45% -
XYZ 4.07 1.84 16.66 -
YUV 28.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 39 7 116 0.66 0.94 0 0.55 257.61 0.89 0.24
Hex 27 7 74 42 5E 0 37 102 59 18
Octal 47 7 164 102 136 0 67 402 131 30
Binary 100111 111 1110100 1000010 1011110 0 110111 100000010 1011001 11000

Color Harmonies of #270774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270774

Black with #270774

Text Example


Text Example

White with #270774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270774; }

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

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

background-color css

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

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

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

border-color css

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

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

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