Html Css Color HEX #270479 Persian Indigo

📋 copy color: '#270479'

red 39 ◦ green 4 ◦ blue 121

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

Shades of Persian Indigo #270479

Tints of Persian Indigo #270479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 73.78%

R = 23.78%
G = 2.44%
B = 73.78%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#270479 (or 0x270479) is known color: Persian Indigo. HEX triplet: 27, 04 and 79. RGB value is (39,4,121). Sum of RGB (Red+Green+Blue) = 39+4+121=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #270479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270479 is #D8FB86. Grayscale: #1B1B1B. Windows color (decimal): -14220167 or 7930919. OLE color: 7930919.

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

Color convert

RGB 39 4 121 -
CMYK 0.68 0.97 0 0.53
HSL 257.95º 0.94% 0.25% -
HSV(B) 257.95º 0.97% 0.47% -
XYZ 4.33 1.9 18.23 -
YUV 27.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 39 4 121 0.68 0.97 0 0.53 257.95 0.94 0.25
Hex 27 4 79 44 61 0 35 102 5E 19
Octal 47 4 171 104 141 0 65 402 136 31
Binary 100111 100 1111001 1000100 1100001 0 110101 100000010 1011110 11001

Color Harmonies of #270479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270479

Black with #270479

Text Example


Text Example

White with #270479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270479; }

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

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

background-color css

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

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

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

border-color css

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

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

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