Html Css Color HEX #23056B Persian Indigo

📋 copy color: '#23056B'

red 35 ◦ green 5 ◦ blue 107

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

Shades of Persian Indigo #23056B

Tints of Persian Indigo #23056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 72.79%

R = 23.81%
G = 3.4%
B = 72.79%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23056B (or 0x23056B) is known color: Persian Indigo. HEX triplet: 23, 05 and 6B. RGB value is (35,5,107). Sum of RGB (Red+Green+Blue) = 35+5+107=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #23056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23056B is #DCFA94. Grayscale: #191919. Windows color (decimal): -14482069 or 7013667. OLE color: 7013667.

HSL color Cylindrical-coordinate representation of color #23056B: hue angle of 257.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23056B is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 5 107 -
CMYK 0.67 0.95 0 0.58
HSL 257.65º 0.91% 0.22% -
HSV(B) 257.65º 0.95% 0.42% -
XYZ 3.4 1.53 14.03 -
YUV 25.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 35 5 107 0.67 0.95 0 0.58 257.65 0.91 0.22
Hex 23 5 6B 43 5F 0 3A 102 5B 16
Octal 43 5 153 103 137 0 72 402 133 26
Binary 100011 101 1101011 1000011 1011111 0 111010 100000010 1011011 10110

Color Harmonies of #23056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23056B

Black with #23056B

Text Example


Text Example

White with #23056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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