Html Css Color HEX #230080 Persian Indigo

📋 copy color: '#230080'

red 35 ◦ green 0 ◦ blue 128

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

Shades of Persian Indigo #230080

Tints of Persian Indigo #230080

RGB

 RED value IS 35 (14.06% from 255) = 21.47%

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

 BLUE value IS 128 (50.39% from 255) = 78.53%

R = 21.47%
G = 0%
B = 78.53%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#230080 (or 0x230080) is known color: Persian Indigo. HEX triplet: 23, 00 and 80. RGB value is (35,0,128). Sum of RGB (Red+Green+Blue) = 35+0+128=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #230080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230080 is #DCFF7F. Grayscale: #181818. Windows color (decimal): -14483328 or 8388643. OLE color: 8388643.

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

Color convert

RGB 35 0 128 -
CMYK 0.73 1 0 0.50
HSL 256.41º 1% 0.25% -
HSV(B) 256.41º 1% 0.5% -
XYZ 4.59 1.92 20.55 -
YUV 25.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 35 0 128 0.73 1 0 0.50 256.41 1 0.25
Hex 23 0 80 49 64 0 32 100 64 19
Octal 43 0 200 111 144 0 62 400 144 31
Binary 100011 0 10000000 1001001 1100100 0 110010 100000000 1100100 11001

Color Harmonies of #230080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230080

Black with #230080

Text Example


Text Example

White with #230080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230080; }

 p { color: rgb(35,0,128); }

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

background-color css

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

 a { background-color: rgb(35,0,128); }

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

border-color css

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

 span { border-color: rgb(35,0,128); }

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