Html Css Color HEX #23085F Persian Indigo

📋 copy color: '#23085F'

red 35 ◦ green 8 ◦ blue 95

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

Shades of Persian Indigo #23085F

Tints of Persian Indigo #23085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

 BLUE value IS 95 (37.5% from 255) = 68.84%

R = 25.36%
G = 5.8%
B = 68.84%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23085F (or 0x23085F) is known color: Persian Indigo. HEX triplet: 23, 08 and 5F. RGB value is (35,8,95). Sum of RGB (Red+Green+Blue) = 35+8+95=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 95 (37.5% from 255 or 68.84% from 138); Max value from RGB is 95 - color contains mainly: blue. Hex color #23085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23085F is #DCF7A0. Grayscale: #191919. Windows color (decimal): -14481313 or 6228003. OLE color: 6228003.

HSL color Cylindrical-coordinate representation of color #23085F: hue angle of 258.62º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23085F is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 8 95 -
CMYK 0.63 0.92 0 0.63
HSL 258.62º 0.84% 0.2% -
HSV(B) 258.62º 0.92% 0.37% -
XYZ 2.85 1.36 10.94 -
YUV 25.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 35 8 95 0.63 0.92 0 0.63 258.62 0.84 0.2
Hex 23 8 5F 3F 5C 0 3F 103 54 14
Octal 43 10 137 77 134 0 77 403 124 24
Binary 100011 1000 1011111 111111 1011100 0 111111 100000011 1010100 10100

Color Harmonies of #23085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23085F

Black with #23085F

Text Example


Text Example

White with #23085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23085F; }

 p { color: rgb(35,8,95); }

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

background-color css

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

 a { background-color: rgb(35,8,95); }

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

border-color css

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

 span { border-color: rgb(35,8,95); }

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