Html Css Color HEX #270082 Persian Indigo

📋 copy color: '#270082'

red 39 ◦ green 0 ◦ blue 130

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

Shades of Persian Indigo #270082

Tints of Persian Indigo #270082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 76.92%

R = 23.08%
G = 0%
B = 76.92%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#270082 (or 0x270082) is known color: Persian Indigo. HEX triplet: 27, 00 and 82. RGB value is (39,0,130). Sum of RGB (Red+Green+Blue) = 39+0+130=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #270082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270082 is #D8FF7D. Grayscale: #1A1A1A. Windows color (decimal): -14221182 or 8519719. OLE color: 8519719.

HSL color Cylindrical-coordinate representation of color #270082: hue angle of 258º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270082 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 0 130 -
CMYK 0.70 1 0 0.49
HSL 258º 1% 0.25% -
HSV(B) 258º 1% 0.51% -
XYZ 4.87 2.04 21.26 -
YUV 26.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 39 0 130 0.70 1 0 0.49 258 1 0.25
Hex 27 0 82 46 64 0 31 102 64 19
Octal 47 0 202 106 144 0 61 402 144 31
Binary 100111 0 10000010 1000110 1100100 0 110001 100000010 1100100 11001

Color Harmonies of #270082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270082

Black with #270082

Text Example


Text Example

White with #270082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270082; }

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

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

background-color css

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

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

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

border-color css

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

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

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