Html Css Color HEX #23055F Persian Indigo

📋 copy color: '#23055F'

red 35 ◦ green 5 ◦ blue 95

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

Shades of Persian Indigo #23055F

Tints of Persian Indigo #23055F

RGB

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

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

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

R = 25.93%
G = 3.7%
B = 70.37%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23055F (or 0x23055F) is known color: Persian Indigo. HEX triplet: 23, 05 and 5F. RGB value is (35,5,95). Sum of RGB (Red+Green+Blue) = 35+5+95=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #23055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23055F is #DCFAA0. Grayscale: #171717. Windows color (decimal): -14482081 or 6227235. OLE color: 6227235.

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

Color convert

RGB 35 5 95 -
CMYK 0.63 0.95 0 0.63
HSL 260º 0.9% 0.2% -
HSV(B) 260º 0.95% 0.37% -
XYZ 2.81 1.29 10.93 -
YUV 24.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 35 5 95 0.63 0.95 0 0.63 260 0.9 0.2
Hex 23 5 5F 3F 5F 0 3F 104 5A 14
Octal 43 5 137 77 137 0 77 404 132 24
Binary 100011 101 1011111 111111 1011111 0 111111 100000100 1011010 10100

Color Harmonies of #23055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23055F

Black with #23055F

Text Example


Text Example

White with #23055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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