Html Css Color HEX #230580 Persian Indigo

📋 copy color: '#230580'

red 35 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #230580

Tints of Persian Indigo #230580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 20.83%
G = 2.98%
B = 76.19%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#230580 (or 0x230580) is known color: Persian Indigo. HEX triplet: 23, 05 and 80. RGB value is (35,5,128). Sum of RGB (Red+Green+Blue) = 35+5+128=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 128 (50.39% from 255 or 76.19% from 168); Max value from RGB is 128 - color contains mainly: blue. Hex color #230580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230580 is #DCFA7F. Grayscale: #1B1B1B. Windows color (decimal): -14482048 or 8389923. OLE color: 8389923.

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

Color convert

RGB 35 5 128 -
CMYK 0.73 0.96 0 0.50
HSL 254.63º 0.92% 0.26% -
HSV(B) 254.63º 0.96% 0.5% -
XYZ 4.64 2.02 20.57 -
YUV 27.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 35 5 128 0.73 0.96 0 0.50 254.63 0.92 0.26
Hex 23 5 80 49 60 0 32 FF 5C 1A
Octal 43 5 200 111 140 0 62 377 134 32
Binary 100011 101 10000000 1001001 1100000 0 110010 11111111 1011100 11010

Color Harmonies of #230580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230580

Black with #230580

Text Example


Text Example

White with #230580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230580; }

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

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

background-color css

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

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

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

border-color css

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

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

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