Html Css Color HEX #270085 Persian Indigo

📋 copy color: '#270085'

red 39 ◦ green 0 ◦ blue 133

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

Shades of Persian Indigo #270085

Tints of Persian Indigo #270085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 77.33%

R = 22.67%
G = 0%
B = 77.33%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#270085 (or 0x270085) is known color: Persian Indigo. HEX triplet: 27, 00 and 85. RGB value is (39,0,133). Sum of RGB (Red+Green+Blue) = 39+0+133=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #270085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270085 is #D8FF7A. Grayscale: #1A1A1A. Windows color (decimal): -14221179 or 8716327. OLE color: 8716327.

HSL color Cylindrical-coordinate representation of color #270085: hue angle of 257.59º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270085 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 0 133 -
CMYK 0.71 1 0 0.48
HSL 257.59º 1% 0.26% -
HSV(B) 257.59º 1% 0.52% -
XYZ 5.07 2.12 22.33 -
YUV 26.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 39 0 133 0.71 1 0 0.48 257.59 1 0.26
Hex 27 0 85 47 64 0 30 102 64 1A
Octal 47 0 205 107 144 0 60 402 144 32
Binary 100111 0 10000101 1000111 1100100 0 110000 100000010 1100100 11010

Color Harmonies of #270085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270085

Black with #270085

Text Example


Text Example

White with #270085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270085; }

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

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

background-color css

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

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

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

border-color css

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

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

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