Html Css Color HEX #270183 Persian Indigo

📋 copy color: '#270183'

red 39 ◦ green 1 ◦ blue 131

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

Shades of Persian Indigo #270183

Tints of Persian Indigo #270183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 76.61%

R = 22.81%
G = 0.58%
B = 76.61%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#270183 (or 0x270183) is known color: Persian Indigo. HEX triplet: 27, 01 and 83. RGB value is (39,1,131). Sum of RGB (Red+Green+Blue) = 39+1+131=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 131 (51.56% from 255 or 76.61% from 171); Max value from RGB is 131 - color contains mainly: blue. Hex color #270183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270183 is #D8FE7C. Grayscale: #1A1A1A. Windows color (decimal): -14220925 or 8585511. OLE color: 8585511.

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

Color convert

RGB 39 1 131 -
CMYK 0.70 0.99 0 0.49
HSL 257.54º 0.98% 0.26% -
HSV(B) 257.54º 0.99% 0.51% -
XYZ 4.94 2.09 21.62 -
YUV 27.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 39 1 131 0.70 0.99 0 0.49 257.54 0.98 0.26
Hex 27 1 83 46 63 0 31 102 62 1A
Octal 47 1 203 106 143 0 61 402 142 32
Binary 100111 1 10000011 1000110 1100011 0 110001 100000010 1100010 11010

Color Harmonies of #270183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270183

Black with #270183

Text Example


Text Example

White with #270183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270183; }

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

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

background-color css

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

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

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

border-color css

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

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

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