Html Css Color HEX #270575 Persian Indigo

📋 copy color: '#270575'

red 39 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #270575

Tints of Persian Indigo #270575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 117 (46.09% from 255) = 72.67%

R = 24.22%
G = 3.11%
B = 72.67%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270575 (or 0x270575) is known color: Persian Indigo. HEX triplet: 27, 05 and 75. RGB value is (39,5,117). Sum of RGB (Red+Green+Blue) = 39+5+117=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #270575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270575 is #D8FA8A. Grayscale: #1B1B1B. Windows color (decimal): -14219915 or 7669031. OLE color: 7669031.

HSL color Cylindrical-coordinate representation of color #270575: hue angle of 258.21º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270575 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 5 117 -
CMYK 0.67 0.96 0 0.54
HSL 258.21º 0.92% 0.24% -
HSV(B) 258.21º 0.96% 0.46% -
XYZ 4.1 1.82 16.97 -
YUV 27.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 39 5 117 0.67 0.96 0 0.54 258.21 0.92 0.24
Hex 27 5 75 43 60 0 36 102 5C 18
Octal 47 5 165 103 140 0 66 402 134 30
Binary 100111 101 1110101 1000011 1100000 0 110110 100000010 1011100 11000

Color Harmonies of #270575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270575

Black with #270575

Text Example


Text Example

White with #270575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270575; }

 p { color: rgb(39,5,117); }

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

background-color css

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

 a { background-color: rgb(39,5,117); }

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

border-color css

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

 span { border-color: rgb(39,5,117); }

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