Html Css Color HEX #230C85 Persian Indigo

📋 copy color: '#230C85'

red 35 ◦ green 12 ◦ blue 133

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

Shades of Persian Indigo #230C85

Tints of Persian Indigo #230C85

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.67%

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

R = 19.44%
G = 6.67%
B = 73.89%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#230C85 (or 0x230C85) is known color: Persian Indigo. HEX triplet: 23, 0C and 85. RGB value is (35,12,133). Sum of RGB (Red+Green+Blue) = 35+12+133=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #230C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230C85 is #DCF37A. Grayscale: #202020. Windows color (decimal): -14480251 or 8719395. OLE color: 8719395.

HSL color Cylindrical-coordinate representation of color #230C85: hue angle of 251.4º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230C85 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 12 133 -
CMYK 0.74 0.91 0 0.48
HSL 251.41º 0.83% 0.28% -
HSV(B) 251.41º 0.91% 0.52% -
XYZ 5.06 2.31 22.37 -
YUV 32.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 35 12 133 0.74 0.91 0 0.48 251.41 0.83 0.28
Hex 23 C 85 4A 5B 0 30 FB 53 1C
Octal 43 14 205 112 133 0 60 373 123 34
Binary 100011 1100 10000101 1001010 1011011 0 110000 11111011 1010011 11100

Color Harmonies of #230C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C85

Black with #230C85

Text Example


Text Example

White with #230C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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