Html Css Color HEX #270175 Persian Indigo

📋 copy color: '#270175'

red 39 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #270175

Tints of Persian Indigo #270175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 24.84%
G = 0.64%
B = 74.52%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#270175 (or 0x270175) is known color: Persian Indigo. HEX triplet: 27, 01 and 75. RGB value is (39,1,117). Sum of RGB (Red+Green+Blue) = 39+1+117=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #270175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270175 is #D8FE8A. Grayscale: #191919. Windows color (decimal): -14220939 or 7668007. OLE color: 7668007.

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

Color convert

RGB 39 1 117 -
CMYK 0.67 0.99 0 0.54
HSL 259.66º 0.98% 0.23% -
HSV(B) 259.66º 0.99% 0.46% -
XYZ 4.06 1.74 16.95 -
YUV 25.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 39 1 117 0.67 0.99 0 0.54 259.66 0.98 0.23
Hex 27 1 75 43 63 0 36 104 62 17
Octal 47 1 165 103 143 0 66 404 142 27
Binary 100111 1 1110101 1000011 1100011 0 110110 100000100 1100010 10111

Color Harmonies of #270175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270175

Black with #270175

Text Example


Text Example

White with #270175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270175; }

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

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

background-color css

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

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

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

border-color css

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

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

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