Html Css Color HEX #270075 Persian Indigo

📋 copy color: '#270075'

red 39 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #270075

Tints of Persian Indigo #270075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270075 (or 0x270075) is known color: Persian Indigo. HEX triplet: 27, 00 and 75. RGB value is (39,0,117). Sum of RGB (Red+Green+Blue) = 39+0+117=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #270075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270075 is #D8FF8A. Grayscale: #181818. Windows color (decimal): -14221195 or 7667751. OLE color: 7667751.

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

Color convert

RGB 39 0 117 -
CMYK 0.67 1 0 0.54
HSL 260º 1% 0.23% -
HSV(B) 260º 1% 0.46% -
XYZ 4.05 1.72 16.95 -
YUV 25 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 39 0 117 0.67 1 0 0.54 260 1 0.23
Hex 27 0 75 43 64 0 36 104 64 17
Octal 47 0 165 103 144 0 66 404 144 27
Binary 100111 0 1110101 1000011 1100100 0 110110 100000100 1100100 10111

Color Harmonies of #270075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270075

Black with #270075

Text Example


Text Example

White with #270075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270075; }

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

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

background-color css

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

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

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

border-color css

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

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

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