Html Css Color HEX #230585 Persian Indigo

📋 copy color: '#230585'

red 35 ◦ green 5 ◦ blue 133

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

Shades of Persian Indigo #230585

Tints of Persian Indigo #230585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 76.88%

R = 20.23%
G = 2.89%
B = 76.88%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#230585 (or 0x230585) is known color: Persian Indigo. HEX triplet: 23, 05 and 85. RGB value is (35,5,133). Sum of RGB (Red+Green+Blue) = 35+5+133=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #230585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230585 is #DCFA7A. Grayscale: #1C1C1C. Windows color (decimal): -14482043 or 8717603. OLE color: 8717603.

HSL color Cylindrical-coordinate representation of color #230585: hue angle of 254.06º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230585 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 5 133 -
CMYK 0.74 0.96 0 0.48
HSL 254.06º 0.93% 0.27% -
HSV(B) 254.06º 0.96% 0.52% -
XYZ 4.98 2.16 22.34 -
YUV 28.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 35 5 133 0.74 0.96 0 0.48 254.06 0.93 0.27
Hex 23 5 85 4A 60 0 30 FE 5D 1B
Octal 43 5 205 112 140 0 60 376 135 33
Binary 100011 101 10000101 1001010 1100000 0 110000 11111110 1011101 11011

Color Harmonies of #230585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230585

Black with #230585

Text Example


Text Example

White with #230585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230585; }

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

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

background-color css

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

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

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

border-color css

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

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

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