Html Css Color HEX #23056F Persian Indigo

📋 copy color: '#23056F'

red 35 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #23056F

Tints of Persian Indigo #23056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 73.51%

R = 23.18%
G = 3.31%
B = 73.51%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#23056F (or 0x23056F) is known color: Persian Indigo. HEX triplet: 23, 05 and 6F. RGB value is (35,5,111). Sum of RGB (Red+Green+Blue) = 35+5+111=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #23056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23056F is #DCFA90. Grayscale: #191919. Windows color (decimal): -14482065 or 7275811. OLE color: 7275811.

HSL color Cylindrical-coordinate representation of color #23056F: hue angle of 256.98º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23056F is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 5 111 -
CMYK 0.68 0.95 0 0.56
HSL 256.98º 0.91% 0.23% -
HSV(B) 256.98º 0.95% 0.44% -
XYZ 3.62 1.61 15.16 -
YUV 26.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 35 5 111 0.68 0.95 0 0.56 256.98 0.91 0.23
Hex 23 5 6F 44 5F 0 38 101 5B 17
Octal 43 5 157 104 137 0 70 401 133 27
Binary 100011 101 1101111 1000100 1011111 0 111000 100000001 1011011 10111

Color Harmonies of #23056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23056F

Black with #23056F

Text Example


Text Example

White with #23056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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