Html Css Color HEX #270865 Persian Indigo

📋 copy color: '#270865'

red 39 ◦ green 8 ◦ blue 101

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

Shades of Persian Indigo #270865

Tints of Persian Indigo #270865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

 BLUE value IS 101 (39.84% from 255) = 68.24%

R = 26.35%
G = 5.41%
B = 68.24%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#270865 (or 0x270865) is known color: Persian Indigo. HEX triplet: 27, 08 and 65. RGB value is (39,8,101). Sum of RGB (Red+Green+Blue) = 39+8+101=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 101 (39.84% from 255 or 68.24% from 148); Max value from RGB is 101 - color contains mainly: blue. Hex color #270865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270865 is #D8F79A. Grayscale: #1B1B1B. Windows color (decimal): -14219163 or 6621223. OLE color: 6621223.

HSL color Cylindrical-coordinate representation of color #270865: hue angle of 260º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270865 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 8 101 -
CMYK 0.61 0.92 0 0.60
HSL 260º 0.85% 0.21% -
HSV(B) 260º 0.92% 0.4% -
XYZ 3.27 1.54 12.44 -
YUV 27.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 39 8 101 0.61 0.92 0 0.60 260 0.85 0.21
Hex 27 8 65 3D 5C 0 3C 104 55 15
Octal 47 10 145 75 134 0 74 404 125 25
Binary 100111 1000 1100101 111101 1011100 0 111100 100000100 1010101 10101

Color Harmonies of #270865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270865

Black with #270865

Text Example


Text Example

White with #270865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270865; }

 p { color: rgb(39,8,101); }

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

background-color css

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

 a { background-color: rgb(39,8,101); }

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

border-color css

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

 span { border-color: rgb(39,8,101); }

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